aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-19 01:37:28 +0000
committerRichard M. Stallman1999-02-19 01:37:28 +0000
commita028e993f8e8edf7d4d925fd9bea766f6e6bcb28 (patch)
tree2ce18ede693e37343ce29bf939fa8cf35eba7912 /src
parent9177d97852ed4594d49224c12e9a6bbbce7c0946 (diff)
downloademacs-a028e993f8e8edf7d4d925fd9bea766f6e6bcb28.tar.gz
emacs-a028e993f8e8edf7d4d925fd9bea766f6e6bcb28.zip
(emacs.o): Depend on termhooks.h.
(filelock.o): Depend on systime.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files 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)
1023editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ 1023editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
1024 $(config_h) 1024 $(config_h)
1025emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1025emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1026 buffer.h INTERVAL_SRC $(config_h) 1026 termhooks.h buffer.h INTERVAL_SRC $(config_h)
1027fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ 1027fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
1028 coding.h msdos.h $(config_h) 1028 coding.h msdos.h $(config_h)
1029filelock.o: filelock.c buffer.h paths.h $(config_h) 1029filelock.o: filelock.c buffer.h systime.h paths.h $(config_h)
1030filemode.o: filemode.c $(config_h) 1030filemode.o: filemode.c $(config_h)
1031frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1031frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1032 buffer.h charset.h fontset.h msdos.h $(config_h) 1032 buffer.h charset.h fontset.h msdos.h $(config_h)