From 81550bf43d3f306f998fdc06d1924aeb9de36f66 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 2 Oct 2012 02:08:54 +0200 Subject: src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependencies. --- src/makefile.w32-in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/makefile.w32-in') 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) -- cgit v1.2.1