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 23e3d0b..618a181 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 060b565..8da589a 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 \