From: Eli Zaretskii Date: Thu, 17 Mar 2011 19:55:40 +0000 (+0200) Subject: Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~552 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09f6ff021c99c2b80f39e6d8a54ef556ea108a83;p=emacs.git Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu. src/makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index acc3f0308ed..93c8245b239 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-03-17 Eli Zaretskii + + * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h. + 2011-03-17 Paul Eggert Fix more problems found by GCC 4.5.2's static checks. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9916a884292..3d882b23d6b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1516,6 +1516,7 @@ $(BLD)/undo.$(O) : \ $(BLD)/unexw32.$(O) : \ $(SRC)/unexw32.c \ + $(SRC)/unexec.h \ $(CONFIG_H) \ $(SRC)/w32heap.h