From: Juanma Barranquero Date: Tue, 2 Oct 2012 00:08:54 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~241^2~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81550bf43d3f306f998fdc06d1924aeb9de36f66;p=emacs.git src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies. --- 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)