aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index b5890593cd8..f25af87cb92 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -595,6 +595,7 @@ $(BLD)/emacs.$(O) : \
595 $(SRC)/termhooks.h \ 595 $(SRC)/termhooks.h \
596 $(SRC)/w32bdf.h \ 596 $(SRC)/w32bdf.h \
597 $(SRC)/w32gui.h \ 597 $(SRC)/w32gui.h \
598 $(SRC)/w32heap.h \
598 $(SRC)/window.h 599 $(SRC)/window.h
599 600
600$(BLD)/eval.$(O) : \ 601$(BLD)/eval.$(O) : \
@@ -1430,6 +1431,7 @@ $(BLD)/w32select.$(O): \
1430 $(SRC)/systime.h \ 1431 $(SRC)/systime.h \
1431 $(SRC)/w32bdf.h \ 1432 $(SRC)/w32bdf.h \
1432 $(SRC)/w32gui.h \ 1433 $(SRC)/w32gui.h \
1434 $(SRC)/w32heap.h \
1433 $(SRC)/w32term.h 1435 $(SRC)/w32term.h
1434 1436
1435$(BLD)/w32reg.$(O): \ 1437$(BLD)/w32reg.$(O): \