]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Aug 2011 01:42:00 +0000 (03:42 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Aug 2011 01:42:00 +0000 (03:42 +0200)
src/ChangeLog
src/makefile.w32-in

index bb2a0d20c1f4deabe95e632b787d4f8f1cdb3840..901194ed0a00018efb4121b99430563da87e6e2a 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
+
 2011-08-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        Integer and memory overflow issues (Bug#9196).
index 792b66b0e4f03de8c36279fb2404e322d0ab8d46..53cb5f857ab2e38d84a70a9a97dba815cab53951 100644 (file)
@@ -469,6 +469,7 @@ $(BLD)/alloc.$(O) : \
        $(SRC)/syssignal.h \
        $(SRC)/w32.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/verify.h \
        $(BLOCKINPUT_H) \
        $(CHARACTER_H) \
        $(CONFIG_H) \