diff options
| author | Eli Zaretskii | 2002-03-29 12:39:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-29 12:39:39 +0000 |
| commit | ad6ccf2919d561a65558bf377915aa35099d1262 (patch) | |
| tree | 0776e6800e5c2e4a84e8d93492deafe7342f91ec /src | |
| parent | eb191db2fb9684d012542baa2c1c54a41036f38d (diff) | |
| download | emacs-ad6ccf2919d561a65558bf377915aa35099d1262.tar.gz emacs-ad6ccf2919d561a65558bf377915aa35099d1262.zip | |
(lread.o): Depend on coding.h.
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) \ |