From: Juanma Barranquero Date: Thu, 26 Jul 2012 13:59:01 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~1071 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6749401cb9c267fb0d168bc63c6527966f39335;p=emacs.git src/makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 79424fd7cb1..b4e5fe84879 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-26 Juanma Barranquero + + * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies. + 2012-07-26 Paul Eggert Simplify export of symbols to GDB (Bug#12036). diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 0106616f3c9..a2d1c36af64 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -783,6 +783,7 @@ $(BLD)/emacs.$(O) : \ $(SRC)/w32heap.h \ $(NT_INC)/sys/file.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/verify.h \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ $(CHARACTER_H) \