aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-25 16:29:47 +0000
committerDave Love2000-06-25 16:29:47 +0000
commit4a1ec21313b1e4742e39c993784124a24a867694 (patch)
treef66e67112a0116ed624c1a64d653170d5394501b /src
parentffd8f46ea3786b93d7c6a8bfb05384093a195a69 (diff)
downloademacs-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.in3
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)
1113intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) 1113intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h)
1114composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) 1114composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h)
1115 1115
1116blockinput.h: atimer.h
1117atimer.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. */