]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Oct 2012 00:08:54 +0000 (02:08 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Oct 2012 00:08:54 +0000 (02:08 +0200)
src/ChangeLog
src/makefile.w32-in

index 3a94af80c306435aa41bc5de05941ee5a7ed03f0..56e75b5efce76bb0679cd98cc8c8484144f5aaa9 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
+       Update dependencies.
+
 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix a malloc race condition involving strsignal.
index 5509f7d3afcc06d4780fa8224a74e1b18927d3fb..c6fbf59fb5aa4e5367d1c1c4d77c477f3d973abc 100644 (file)
@@ -485,6 +485,7 @@ $(BLD)/alloc.$(O) : \
        $(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)/fringe.$(O) : \
 
 $(BLD)/gmalloc.$(O) : \
        $(SRC)/gmalloc.c \
+       $(SRC)/w32heap.h \
        $(NT_INC)/stdint.h \
        $(NT_INC)/unistd.h \
        $(CONFIG_H)