aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-02-27 21:30:11 +0000
committerJason Rumney2000-02-27 21:30:11 +0000
commit0a6b80d5c14632e99c2f2214ad8300e3581495ef (patch)
treee9ec90751d75aacc625bb7fa3e6893e4f8654be0 /src
parent20af483168612edcf22085f4701d37b9d1cc8e05 (diff)
downloademacs-0a6b80d5c14632e99c2f2214ad8300e3581495ef.tar.gz
emacs-0a6b80d5c14632e99c2f2214ad8300e3581495ef.zip
Add atimer.h to dependencies.
Diffstat (limited to 'src')
-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 : \
729 $(SRC)\w32gui.h \ 729 $(SRC)\w32gui.h \
730 $(SRC)\xterm.h \ 730 $(SRC)\xterm.h \
731 $(SRC)\vmstime.h \ 731 $(SRC)\vmstime.h \
732 $(SRC)\systime.h 732 $(SRC)\systime.h \
733 $(SRC)\atimer.h
733 734
734$(BLD)\keymap.obj : \ 735$(BLD)\keymap.obj : \
735 $(SRC)\keymap.c \ 736 $(SRC)\keymap.c \
@@ -896,7 +897,8 @@ $(BLD)\process.obj : \
896 $(SRC)\vmstime.h \ 897 $(SRC)\vmstime.h \
897 $(SRC)\systime.h \ 898 $(SRC)\systime.h \
898 $(SRC)\termopts.h \ 899 $(SRC)\termopts.h \
899 $(SRC)\composite.h 900 $(SRC)\composite.h \
901 $(SRC)\atimer.h
900 902
901$(BLD)\ralloc.obj : \ 903$(BLD)\ralloc.obj : \
902 $(SRC)\ralloc.c \ 904 $(SRC)\ralloc.c \
@@ -1225,7 +1227,8 @@ $(BLD)\w32term.obj: \
1225 $(SRC)\window.h \ 1227 $(SRC)\window.h \
1226 $(SRC)\keyboard.h \ 1228 $(SRC)\keyboard.h \
1227 $(SRC)\intervals.h \ 1229 $(SRC)\intervals.h \
1228 $(SRC)\composite.h 1230 $(SRC)\composite.h \
1231 $(SRC)\atimer.h
1229 1232
1230$(BLD)\w32select.obj: \ 1233$(BLD)\w32select.obj: \
1231 $(EMACS_ROOT)\src\s\ms-w32.h \ 1234 $(EMACS_ROOT)\src\s\ms-w32.h \