]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 31 May 2011 17:03:24 +0000 (19:03 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 31 May 2011 17:03:24 +0000 (19:03 +0200)
src/ChangeLog
src/makefile.w32-in

index 23e3d0b6c3a306df2409fd9aef606afa96cb1d7c..618a1819c19760c9d058d79f906df6d2f63efa11 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
+       Update dependencies.
+
 2011-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * data.c (init_data): Remove code for UTS, this system is not
index 060b565b3088b5fa920474440dbe89f142b1bde5..8da589a7115f00566d8f50a52d910f04d5d72def 100644 (file)
@@ -654,6 +654,7 @@ $(BLD)/data.$(O) : \
        $(SRC)/data.c \
        $(CONFIG_H) \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
+       $(EMACS_ROOT)/lib/intprops.h \
        $(LISP_H) \
        $(SRC)/buffer.h \
        $(SRC)/ccl.h \
@@ -753,6 +754,7 @@ $(BLD)/editfns.$(O) : \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(EMACS_ROOT)/lib/intprops.h \
        $(EMACS_ROOT)/lib/strftime.h \
+       $(EMACS_ROOT)/lib/verify.h \
        $(LISP_H) \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \