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 3a94af8..56e75b5 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 5509f7d..c6fbf59 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)