# HG changeset patch # User Richard M. Stallman # Date 823637410 0 # Node ID 394fcefb701989a7c233ed154233d94af5e99020 # Parent 37107ad125f0a91e562be7593c80ef06f5d9fbf0 (emacs.o): Depend on blockinput.h. diff -r 37107ad125f0 -r 394fcefb7019 src/Makefile.in --- a/src/Makefile.in Tue Feb 06 20:09:50 1996 +0000 +++ b/src/Makefile.in Tue Feb 06 20:10:10 1996 +0000 @@ -926,7 +926,8 @@ 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)