From 81550bf43d3f306f998fdc06d1924aeb9de36f66 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 2 Oct 2012 02:08:54 +0200 Subject: [PATCH] src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies. --- src/ChangeLog | 5 +++++ src/makefile.w32-in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 3a94af80c30..56e75b5efce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-10-02 Juanma Barranquero + + * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): + Update dependencies. + 2012-10-01 Paul Eggert Fix a malloc race condition involving strsignal. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 5509f7d3afc..c6fbf59fb5a 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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) -- 2.39.2