summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-10-02 02:08:54 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-10-02 02:08:54 +0200
commit81550bf43d3f306f998fdc06d1924aeb9de36f66 (patch)
tree4d6733b1a08e13e74f50fbb360d2c3da0797e7e0 /src/makefile.w32-in
parentaa1ba90e4a95542c83cf636de3bc67e8fb23bad3 (diff)
downloademacs-81550bf43d3f306f998fdc06d1924aeb9de36f66.tar.gz
src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in2
1 files changed, 2 insertions, 0 deletions
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)