From 0a6b80d5c14632e99c2f2214ad8300e3581495ef Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 27 Feb 2000 21:30:11 +0000 Subject: [PATCH] Add atimer.h to dependencies. --- src/makefile.nt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 \ -- 2.39.5