aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2011-03-13 19:49:38 +0200
committerEli Zaretskii2011-03-13 19:49:38 +0200
commitd251f04bea68e68d2598f0aa7464ecc26b26103e (patch)
treefc2a7eedb97f967868881aa30ff1f0d4cf782b20 /src
parent1ef6de0565b2d11481f1f663742d2c0d79e8eb97 (diff)
downloademacs-d251f04bea68e68d2598f0aa7464ecc26b26103e.tar.gz
emacs-d251f04bea68e68d2598f0aa7464ecc26b26103e.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e840bb3c036..3d5f3e0c387 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-03-13 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
4 $(EMACS_ROOT)/lib/intprops.h.
5
12011-03-13 Paul Eggert <eggert@cs.ucla.edu> 62011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Fix more problems found by GCC 4.5.2's static checks. 8 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) : \
727 $(EMACS_ROOT)/nt/inc/unistd.h \ 727 $(EMACS_ROOT)/nt/inc/unistd.h \
728 $(EMACS_ROOT)/nt/inc/sys/time.h \ 728 $(EMACS_ROOT)/nt/inc/sys/time.h \
729 $(EMACS_ROOT)/lib/strftime.h \ 729 $(EMACS_ROOT)/lib/strftime.h \
730 $(EMACS_ROOT)/lib/intprops.h \
730 $(LISP_H) \ 731 $(LISP_H) \
731 $(SRC)/atimer.h \ 732 $(SRC)/atimer.h \
732 $(SRC)/blockinput.h \ 733 $(SRC)/blockinput.h \