From: Richard M. Stallman Date: Tue, 23 Apr 1996 20:33:16 +0000 (+0000) Subject: (dispnew.o): Depend on blockinput.h. X-Git-Tag: emacs-19.34~795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8565113c08ee023807447c9edc55d9254ce5ae9f;p=emacs.git (dispnew.o): Depend on blockinput.h. --- 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)