diff options
Diffstat (limited to 'src/Makefile.in')
| -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 2ec1dad4c2e..14a4a64f1cc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1111,7 +1111,7 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | |||
| 1111 | keyboard.h $(config_h) | 1111 | keyboard.h $(config_h) |
| 1112 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h character.h \ | 1112 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h character.h \ |
| 1113 | charset.h | 1113 | charset.h |
| 1114 | region-cache.o: region-cache.c buffer.h region-cache.h | 1114 | region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) |
| 1115 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | 1115 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ |
| 1116 | $(config_h) | 1116 | $(config_h) |
| 1117 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1117 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |