]> git.eshelyaron.com Git - emacs.git/commitdiff
Add atimer.h to dependencies.
authorJason Rumney <jasonr@gnu.org>
Sun, 27 Feb 2000 21:30:11 +0000 (21:30 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 27 Feb 2000 21:30:11 +0000 (21:30 +0000)
src/makefile.nt

index 3da0578ce54f5f983855ffe156f054d51ba50e2f..c92d7a1c4975b91831751f302c4bd2aa66e7b6e5 100644 (file)
@@ -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 \