emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110329: src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies.
Date: Tue, 02 Oct 2012 02:08:54 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110329
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-10-02 02:08:54 +0200
message:
  src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update 
dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-01 22:12:44 +0000
+++ b/src/ChangeLog     2012-10-02 00:08:54 +0000
@@ -1,3 +1,8 @@
+2012-10-02  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
+       Update dependencies.
+
 2012-10-01  Paul Eggert  <address@hidden>
 
        Fix a malloc race condition involving strsignal.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-09-30 21:36:42 +0000
+++ b/src/makefile.w32-in       2012-10-02 00:08:54 +0000
@@ -485,6 +485,7 @@
        $(SRC)/blockinput.h \
        $(SRC)/puresize.h \
        $(SRC)/w32.h \
+       $(SRC)/w32heap.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/verify.h \
        $(BUFFER_H) \
@@ -955,6 +956,7 @@
 
 $(BLD)/gmalloc.$(O) : \
        $(SRC)/gmalloc.c \
+       $(SRC)/w32heap.h \
        $(NT_INC)/stdint.h \
        $(NT_INC)/unistd.h \
        $(CONFIG_H)


reply via email to

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