summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-05-05 02:20:44 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-05-05 02:20:44 +0200
commitd21271352257edbd116a2f43458d7c07f925f935 (patch)
tree7b1704eccfa7e0ed5b3f98a79da153adcbd15419
parent455c834e6897366e554a457eedf9077ce768dca9 (diff)
src/makefile.w32-in: Update dependencies.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e58ef705bd..fab0254693c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-05 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
+ Update dependencies.
+
2011-05-04 Juanma Barranquero <lekktu@gmail.com>
* gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
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) : \
$(SRC)/frame.h \
$(SRC)/systime.h \
$(SRC)/termhooks.h \
+ $(SRC)/w32.h \
$(SRC)/w32gui.h \
$(SRC)/w32term.h \
$(SRC)/window.h
@@ -1304,7 +1305,9 @@ $(BLD)/print.$(O) : \
$(BLD)/process.$(O) : \
$(SRC)/process.c \
$(CONFIG_H) \
+ $(EMACS_ROOT)/nt/inc/inttypes.h \
$(EMACS_ROOT)/nt/inc/netdb.h \
+ $(EMACS_ROOT)/nt/inc/stdint.h \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/arpa/inet.h \
$(EMACS_ROOT)/nt/inc/netinet/in.h \