]> git.eshelyaron.com Git - emacs.git/commitdiff
($(BLD)\w32inevt.obj): Add dependencies on w32term.h
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 10 Nov 1998 20:54:31 +0000 (20:54 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 10 Nov 1998 20:54:31 +0000 (20:54 +0000)
and w32heap.h.

src/makefile.nt

index c91b61886fd94e89697bae6a7d79cd10d5dace11..3af4696a075bce77d2737dea2cca73d779e308df 100644 (file)
@@ -801,7 +801,9 @@ $(BLD)\w32inevt.obj : \
        $(SRC)\lisp.h \
        $(SRC)\frame.h \
        $(SRC)\blockinput.h \
-       $(SRC)\termhooks.h
+       $(SRC)\termhooks.h \
+       $(SRC)\w32heap.h \
+       $(SRC)\w32term.h
 
 $(BLD)\w32proc.obj : \
        $(SRC)\w32proc.c \