# HG changeset patch # User Richard M. Stallman # Date 919388248 0 # Node ID 1331218fcf2b4870d5f97ac467bc6550ce07d08a # Parent b6c16b67b735b1811f6240252aea504132c0a1ea (emacs.o): Depend on termhooks.h. (filelock.o): Depend on systime.h. diff -r b6c16b67b735 -r 1331218fcf2b src/Makefile.in --- a/src/Makefile.in Fri Feb 19 01:36:29 1999 +0000 +++ b/src/Makefile.in Fri Feb 19 01:37:28 1999 +0000 @@ -1023,10 +1023,10 @@ editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ $(config_h) emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ - buffer.h INTERVAL_SRC $(config_h) + termhooks.h buffer.h INTERVAL_SRC $(config_h) fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ coding.h msdos.h $(config_h) -filelock.o: filelock.c buffer.h paths.h $(config_h) +filelock.o: filelock.c buffer.h systime.h paths.h $(config_h) filemode.o: filemode.c $(config_h) frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ buffer.h charset.h fontset.h msdos.h $(config_h)