]> git.eshelyaron.com Git - emacs.git/commitdiff
MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Mar 2011 17:49:38 +0000 (19:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Mar 2011 17:49:38 +0000 (19:49 +0200)
 src/makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
 $(EMACS_ROOT)/lib/intprops.h.

src/ChangeLog
src/makefile.w32-in

index e840bb3c036d92bf04a8a6da5fd3ff027a871331..3d5f3e0c387e6a72e734fa8cc0259141d5d4ec06 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
+       $(EMACS_ROOT)/lib/intprops.h.
+
 2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix more problems found by GCC 4.5.2's static checks.
index 81f758f1b5f7a92b6b790f9c24a83cf7a68571c4..9916a884292847c633fe48a3bd533de509f8e554 100644 (file)
@@ -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 \