changeset 24350:1331218fcf2b

(emacs.o): Depend on termhooks.h. (filelock.o): Depend on systime.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Feb 1999 01:37:28 +0000
parents b6c16b67b735
children 57ddc0d468f5
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)