src/makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 5 May 2011 00:20:44 +0000 (02:20 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 5 May 2011 00:20:44 +0000 (02:20 +0200)
src/ChangeLog
src/makefile.w32-in

index 7e58ef7..fab0254 100644 (file)
@@ -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):
index 0de687c..4296cd6 100644 (file)
@@ -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 \