]> git.eshelyaron.com Git - emacs.git/commitdiff
(blockinput.h): Depend on atimer.h.
authorDave Love <fx@gnu.org>
Sun, 25 Jun 2000 16:29:47 +0000 (16:29 +0000)
committerDave Love <fx@gnu.org>
Sun, 25 Jun 2000 16:29:47 +0000 (16:29 +0000)
(atimer.h): Depend on systime.h.

src/Makefile.in

index 1320f480dde6a7e26131b9cb3f1bd04e2802e71c..fce7a652a59c407d5d95cf34b956dec9ff0b857f 100644 (file)
@@ -1113,6 +1113,9 @@ textprop.o: textprop.c buffer.h window.h $(INTERVAL_SRC) $(config_h)
 intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h)
 composite.o: composite.c buffer.h  charset.h $(INTERVAL_SRC) $(config_h)
 
+blockinput.h: atimer.h
+atimer.h: systime.h
+
 /* System-specific programs to be made.
    OTHER_FILES and OBJECTS_MACHINE
    select which of these should be compiled.  */