diff options
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) |