emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105584: src/makefile.w32-in ($(BLD)/


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105584: src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
Date: Sat, 27 Aug 2011 03:42:00 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105584
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2011-08-27 03:42:00 +0200
message:
  src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-08-26 16:13:07 +0000
+++ b/src/ChangeLog     2011-08-27 01:42:00 +0000
@@ -1,3 +1,7 @@
+2011-08-27  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
+
 2011-08-26  Paul Eggert  <address@hidden>
 
        Integer and memory overflow issues (Bug#9196).

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2011-08-15 17:47:25 +0000
+++ b/src/makefile.w32-in       2011-08-27 01:42:00 +0000
@@ -469,6 +469,7 @@
        $(SRC)/syssignal.h \
        $(SRC)/w32.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/verify.h \
        $(BLOCKINPUT_H) \
        $(CHARACTER_H) \
        $(CONFIG_H) \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]