diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 785932d5855..b6f5a9a12b5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -841,7 +841,8 @@ ecrt0.o: ecrt0.c $(config_h) | |||
| 841 | CRT0_COMPILE ${srcdir}/ecrt0.c | 841 | CRT0_COMPILE ${srcdir}/ecrt0.c |
| 842 | dired.o: dired.c commands.h buffer.h $(config_h) regex.h | 842 | dired.o: dired.c commands.h buffer.h $(config_h) regex.h |
| 843 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ | 843 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ |
| 844 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h) | 844 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ |
| 845 | xterm.h $(config_h) | ||
| 845 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h | 846 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h |
| 846 | doprnt.o: doprnt.c $(config_h) | 847 | doprnt.o: doprnt.c $(config_h) |
| 847 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) | 848 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) |
| @@ -856,7 +857,7 @@ indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | |||
| 856 | insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h) | 857 | insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h) |
| 857 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \ | 858 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \ |
| 858 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | 859 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ |
| 859 | systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h) | 860 | systty.h systime.h dispextern.h intervals.h blockinput.h xterm.h $(config_h) |
| 860 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 861 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 861 | $(config_h) | 862 | $(config_h) |
| 862 | lastfile.o: lastfile.c $(config_h) | 863 | lastfile.o: lastfile.c $(config_h) |