From: Juanma Barranquero Date: Sat, 27 Aug 2011 01:42:00 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cae2cdbb309359423b4a60eae1412da7dcee8ac;p=emacs.git src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index bb2a0d20c1f..901194ed0a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-08-27 Juanma Barranquero + + * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. + 2011-08-26 Paul Eggert Integer and memory overflow issues (Bug#9196). diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 792b66b0e4f..53cb5f857ab 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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) \