diff options
| author | Dave Love | 2000-06-25 16:29:47 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-25 16:29:47 +0000 |
| commit | 4a1ec21313b1e4742e39c993784124a24a867694 (patch) | |
| tree | f66e67112a0116ed624c1a64d653170d5394501b /src | |
| parent | ffd8f46ea3786b93d7c6a8bfb05384093a195a69 (diff) | |
| download | emacs-4a1ec21313b1e4742e39c993784124a24a867694.tar.gz emacs-4a1ec21313b1e4742e39c993784124a24a867694.zip | |
(blockinput.h): Depend on atimer.h.
(atimer.h): Depend on systime.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1320f480dde..fce7a652a59 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1113,6 +1113,9 @@ textprop.o: textprop.c buffer.h window.h $(INTERVAL_SRC) $(config_h) | |||
| 1113 | intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) | 1113 | intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) |
| 1114 | composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) | 1114 | composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) |
| 1115 | 1115 | ||
| 1116 | blockinput.h: atimer.h | ||
| 1117 | atimer.h: systime.h | ||
| 1118 | |||
| 1116 | /* System-specific programs to be made. | 1119 | /* System-specific programs to be made. |
| 1117 | OTHER_FILES and OBJECTS_MACHINE | 1120 | OTHER_FILES and OBJECTS_MACHINE |
| 1118 | select which of these should be compiled. */ | 1121 | select which of these should be compiled. */ |