From: Richard M. Stallman Date: Tue, 6 Feb 1996 20:10:10 +0000 (+0000) Subject: (emacs.o): Depend on blockinput.h. X-Git-Tag: emacs-19.34~1357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bda48a487e91708d7a7f072dda05a4bed3cbbd1;p=emacs.git (emacs.o): Depend on blockinput.h. --- 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)