From d21271352257edbd116a2f43458d7c07f925f935 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 5 May 2011 02:20:44 +0200 Subject: [PATCH] src/makefile.w32-in: Update dependencies. --- src/ChangeLog | 5 +++++ src/makefile.w32-in | 3 +++ 2 files changed, 8 insertions(+) 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 + + * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)): + Update dependencies. + 2011-05-04 Juanma Barranquero * 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 \ -- 2.11.4.GIT