From d251f04bea68e68d2598f0aa7464ecc26b26103e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 13 Mar 2011 19:49:38 +0200 Subject: [PATCH] MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu. src/makefile.w32-in ($(BLD)/editfns.$(O)): Depend on $(EMACS_ROOT)/lib/intprops.h. --- src/ChangeLog | 5 +++++ src/makefile.w32-in | 1 + 2 files changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index e840bb3c036..3d5f3e0c387 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-03-13 Eli Zaretskii + + * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on + $(EMACS_ROOT)/lib/intprops.h. + 2011-03-13 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 81f758f1b5f..9916a884292 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -727,6 +727,7 @@ $(BLD)/editfns.$(O) : \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(EMACS_ROOT)/lib/strftime.h \ + $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ -- 2.39.5