aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-07-12 08:36:49 +0000
committerYAMAMOTO Mitsuharu2006-07-12 08:36:49 +0000
commit28d987ee5d8225bc6d2f146c1b6b5e0b8c9a7c8e (patch)
tree1db31cb29110ba4ae7eee56c293f950eaaa525dc /src
parent28826fdb4413de10e37247f6ad7c8740c922e13f (diff)
downloademacs-28d987ee5d8225bc6d2f146c1b6b5e0b8c9a7c8e.tar.gz
emacs-28d987ee5d8225bc6d2f146c1b6b5e0b8c9a7c8e.zip
(dired.o, editfns.o, fileio.o): Depend on blockinput.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4b6599dc26d..18f276c00de 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1108,7 +1108,7 @@ pre-crt0.o: pre-crt0.c
1108ecrt0.o: ecrt0.c $(config_h) 1108ecrt0.o: ecrt0.c $(config_h)
1109 CRT0_COMPILE ${srcdir}/ecrt0.c 1109 CRT0_COMPILE ${srcdir}/ecrt0.c
1110dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ 1110dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \
1111 systime.h 1111 systime.h blockinput.h
1112dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \ 1112dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \
1113 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1113 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1114 disptab.h indent.h intervals.h \ 1114 disptab.h indent.h intervals.h \
@@ -1119,12 +1119,12 @@ doprnt.o: doprnt.c charset.h $(config_h)
1119dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ 1119dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
1120 msdos.h dosfns.h dispextern.h charset.h coding.h $(config_h) 1120 msdos.h dosfns.h dispextern.h charset.h coding.h $(config_h)
1121editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1121editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1122 coding.h dispextern.h frame.h $(config_h) 1122 coding.h dispextern.h frame.h blockinput.h $(config_h)
1123emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1123emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1124 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \ 1124 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \
1125 window.h dispextern.h keyboard.h keymap.h 1125 window.h dispextern.h keyboard.h keymap.h
1126fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1126fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1127 coding.h msdos.h dispextern.h $(config_h) 1127 coding.h msdos.h dispextern.h blockinput.h $(config_h)
1128filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h) 1128filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h)
1129filemode.o: filemode.c $(config_h) 1129filemode.o: filemode.c $(config_h)
1130frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1130frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \