diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2012-10-02 02:08:54 +0200 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2012-10-02 02:08:54 +0200 |
| commit | 81550bf43d3f306f998fdc06d1924aeb9de36f66 (patch) | |
| tree | 4d6733b1a08e13e74f50fbb360d2c3da0797e7e0 /src | |
| parent | aa1ba90e4a95542c83cf636de3bc67e8fb23bad3 (diff) | |
| download | emacs-81550bf43d3f306f998fdc06d1924aeb9de36f66.tar.gz | |
src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 2 |
2 files changed, 7 insertions, 0 deletions
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 <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. 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) |
