Mercurial > emacs
changeset 29928:76975b5adf26
(blockinput.h): Depend on atimer.h.
(atimer.h): Depend on systime.h.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 25 Jun 2000 16:29:47 +0000 |
parents | cc1255965fcc |
children | bb7557f86f5b |
files | src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Jun 25 16:02:34 2000 +0000 +++ b/src/Makefile.in Sun Jun 25 16:29:47 2000 +0000 @@ -1113,6 +1113,9 @@ 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. */