summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-23 20:33:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-23 20:33:16 +0000
commit41e4ed57778dc4f6e2a0f9f27779cef8396536be (patch)
tree3db2fbd4e2a252a54c1a3ed1556d1bf0d5d5e72c /src/Makefile.in
parent913953afab8b28699994a03ca0a9aa01532a1301 (diff)
downloademacs-41e4ed57778dc4f6e2a0f9f27779cef8396536be.tar.gz
(dispnew.o): Depend on blockinput.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 60293e06097..273adbf3706 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -921,7 +921,7 @@ ecrt0.o: ecrt0.c $(config_h)
dired.o: dired.c commands.h buffer.h $(config_h) regex.h
dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
- xterm.h $(config_h)
+ xterm.h blockinput.h $(config_h)
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)