diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1a840188407..cf74b18f859 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1047,7 +1047,8 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | |||
| 1047 | mktime.o: mktime.c $(config_h) | 1047 | mktime.o: mktime.c $(config_h) |
| 1048 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 1048 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 1049 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1049 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1050 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h) | 1050 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ |
| 1051 | keyboard.h $(config_h) | ||
| 1051 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1052 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1052 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | 1053 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ |
| 1053 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h $(config_h) | 1054 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h $(config_h) |