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 b6f5a9a12b5..bd67535f43b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -888,7 +888,7 @@ syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) | |||
| 888 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 888 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |
| 889 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h | 889 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h |
| 890 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 890 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 891 | disptab.h | 891 | disptab.h keyboard.h |
| 892 | termcap.o: termcap.c $(config_h) | 892 | termcap.o: termcap.c $(config_h) |
| 893 | terminfo.o: terminfo.c $(config_h) | 893 | terminfo.o: terminfo.c $(config_h) |
| 894 | tparam.o: tparam.c $(config_h) | 894 | tparam.o: tparam.c $(config_h) |
| @@ -930,7 +930,7 @@ lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ | |||
| 930 | 930 | ||
| 931 | /* Text properties support */ | 931 | /* Text properties support */ |
| 932 | textprop.o: textprop.c buffer.h intervals.h $(config_h) | 932 | textprop.o: textprop.c buffer.h intervals.h $(config_h) |
| 933 | intervals.o: intervals.c buffer.h intervals.h puresize.h $(config_h) | 933 | intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h) |
| 934 | 934 | ||
| 935 | /* System-specific programs to be made. | 935 | /* System-specific programs to be made. |
| 936 | OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE | 936 | OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE |