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-in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 0de687c01a1..4296cd64c6f 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -978,6 +978,7 @@ $(BLD)/image.$(O) : \
978 $(SRC)/frame.h \ 978 $(SRC)/frame.h \
979 $(SRC)/systime.h \ 979 $(SRC)/systime.h \
980 $(SRC)/termhooks.h \ 980 $(SRC)/termhooks.h \
981 $(SRC)/w32.h \
981 $(SRC)/w32gui.h \ 982 $(SRC)/w32gui.h \
982 $(SRC)/w32term.h \ 983 $(SRC)/w32term.h \
983 $(SRC)/window.h 984 $(SRC)/window.h
@@ -1304,7 +1305,9 @@ $(BLD)/print.$(O) : \
1304$(BLD)/process.$(O) : \ 1305$(BLD)/process.$(O) : \
1305 $(SRC)/process.c \ 1306 $(SRC)/process.c \
1306 $(CONFIG_H) \ 1307 $(CONFIG_H) \
1308 $(EMACS_ROOT)/nt/inc/inttypes.h \
1307 $(EMACS_ROOT)/nt/inc/netdb.h \ 1309 $(EMACS_ROOT)/nt/inc/netdb.h \
1310 $(EMACS_ROOT)/nt/inc/stdint.h \
1308 $(EMACS_ROOT)/nt/inc/unistd.h \ 1311 $(EMACS_ROOT)/nt/inc/unistd.h \
1309 $(EMACS_ROOT)/nt/inc/arpa/inet.h \ 1312 $(EMACS_ROOT)/nt/inc/arpa/inet.h \
1310 $(EMACS_ROOT)/nt/inc/netinet/in.h \ 1313 $(EMACS_ROOT)/nt/inc/netinet/in.h \