diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4d4845db14b..db1328f2e71 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1152,7 +1152,7 @@ fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ | |||
| 1152 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ | 1152 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ |
| 1153 | $(config_h) dispextern.h msdos.h composite.h | 1153 | $(config_h) dispextern.h msdos.h composite.h |
| 1154 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ | 1154 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ |
| 1155 | termhooks.h msdos.h | 1155 | termhooks.h coding.h msdos.h |
| 1156 | 1156 | ||
| 1157 | /* Text properties support */ | 1157 | /* Text properties support */ |
| 1158 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ | 1158 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ |