From a028e993f8e8edf7d4d925fd9bea766f6e6bcb28 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 19 Feb 1999 01:37:28 +0000 Subject: [PATCH] (emacs.o): Depend on termhooks.h. (filelock.o): Depend on systime.h. --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2