summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-06 20:10:10 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-06 20:10:10 +0000
commit6748fe848123b86bcd4fb5aeb5ce8c8397d2e340 (patch)
tree8d0f36508b6dbad08f21c6dd05898561dcbffc5f /src
parentca8228a8fc222b59fc468668b03cbd5a2e9ddc4d (diff)
downloademacs-6748fe848123b86bcd4fb5aeb5ce8c8397d2e340.tar.gz
(emacs.o): Depend on blockinput.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 09ae65dc5b2..dfbac65c5ef 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -926,7 +926,8 @@ doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
doprnt.o: doprnt.c $(config_h)
dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
-emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h)
+emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
+ INTERVAL_SRC $(config_h)
fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
filelock.o: filelock.c buffer.h paths.h $(config_h)
filemode.o: filemode.c $(config_h)