aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-23 20:33:16 +0000
committerRichard M. Stallman1996-04-23 20:33:16 +0000
commit8565113c08ee023807447c9edc55d9254ce5ae9f (patch)
treeab3d9724230291f8c49e6b1b570d90cd333366b3 /src
parent97cf50e75334a417de30abcfd786e78ea2263a28 (diff)
downloademacs-8565113c08ee023807447c9edc55d9254ce5ae9f.tar.gz
emacs-8565113c08ee023807447c9edc55d9254ce5ae9f.zip
(dispnew.o): Depend on blockinput.h.
Diffstat (limited to 'src')
-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)
921dired.o: dired.c commands.h buffer.h $(config_h) regex.h 921dired.o: dired.c commands.h buffer.h $(config_h) regex.h
922dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 922dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
923 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ 923 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
924 xterm.h $(config_h) 924 xterm.h blockinput.h $(config_h)
925doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h 925doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
926doprnt.o: doprnt.c $(config_h) 926doprnt.o: doprnt.c $(config_h)
927dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 927dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)