From: Jason Rumney Date: Sun, 27 Feb 2000 21:30:11 +0000 (+0000) Subject: Add atimer.h to dependencies. X-Git-Tag: emacs-pretest-21.0.90~4861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a6b80d5c14632e99c2f2214ad8300e3581495ef;p=emacs.git Add atimer.h to dependencies. --- diff --git a/src/makefile.nt b/src/makefile.nt index 3da0578ce54..c92d7a1c497 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -729,7 +729,8 @@ $(BLD)\keyboard.obj : \ $(SRC)\w32gui.h \ $(SRC)\xterm.h \ $(SRC)\vmstime.h \ - $(SRC)\systime.h + $(SRC)\systime.h \ + $(SRC)\atimer.h $(BLD)\keymap.obj : \ $(SRC)\keymap.c \ @@ -896,7 +897,8 @@ $(BLD)\process.obj : \ $(SRC)\vmstime.h \ $(SRC)\systime.h \ $(SRC)\termopts.h \ - $(SRC)\composite.h + $(SRC)\composite.h \ + $(SRC)\atimer.h $(BLD)\ralloc.obj : \ $(SRC)\ralloc.c \ @@ -1225,7 +1227,8 @@ $(BLD)\w32term.obj: \ $(SRC)\window.h \ $(SRC)\keyboard.h \ $(SRC)\intervals.h \ - $(SRC)\composite.h + $(SRC)\composite.h \ + $(SRC)\atimer.h $(BLD)\w32select.obj: \ $(EMACS_ROOT)\src\s\ms-w32.h \