From: Richard M. Stallman Date: Fri, 19 Feb 1999 01:37:28 +0000 (+0000) Subject: (emacs.o): Depend on termhooks.h. X-Git-Tag: emacs-20.4~599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a028e993f8e8edf7d4d925fd9bea766f6e6bcb28;p=emacs.git (emacs.o): Depend on termhooks.h. (filelock.o): Depend on systime.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index fe0082c3465..0ef09ab84ec 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1023,10 +1023,10 @@ 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 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)