summaryrefslogtreecommitdiff
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-02-27 21:30:11 +0000
committerJason Rumney <jasonr@gnu.org>2000-02-27 21:30:11 +0000
commit6773a7b023b30eea5d974a4d2ceceac01e478db9 (patch)
tree1eb7841dc715419ef58bdb77ffa7660feba538fa /src/makefile.nt
parent7772e6df6c35fe0b1eef7691039360d925eef19f (diff)
downloademacs-6773a7b023b30eea5d974a4d2ceceac01e478db9.tar.gz
Add atimer.h to dependencies.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt9
1 files 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 \