1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

($(BLD)\w32inevt.obj): Add dependencies on w32term.h

and w32heap.h.
This commit is contained in:
Geoff Voelker 1998-11-10 20:54:31 +00:00
parent 29a2c30ff6
commit f791da1d45

View 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 \