diff options
| author | Richard M. Stallman | 1999-02-19 01:37:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-02-19 01:37:28 +0000 |
| commit | a028e993f8e8edf7d4d925fd9bea766f6e6bcb28 (patch) | |
| tree | 2ce18ede693e37343ce29bf939fa8cf35eba7912 /src | |
| parent | 9177d97852ed4594d49224c12e9a6bbbce7c0946 (diff) | |
| download | emacs-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.in | 4 |
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) | |||
| 1023 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ | 1023 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ |
| 1024 | $(config_h) | 1024 | $(config_h) |
| 1025 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1025 | emacs.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) |
| 1027 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ | 1027 | fileio.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) |
| 1029 | filelock.o: filelock.c buffer.h paths.h $(config_h) | 1029 | filelock.o: filelock.c buffer.h systime.h paths.h $(config_h) |
| 1030 | filemode.o: filemode.c $(config_h) | 1030 | filemode.o: filemode.c $(config_h) |
| 1031 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1031 | frame.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) |