aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a7fe68646d..0f741c5c4c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-14 Juanma Barranquero <[email protected]>
+
+ * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
+
2012-09-13 Paul Eggert <[email protected]>
Use a more backwards-compatible timer format (Bug#12430).
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 7b9c67bf13..24ecb2676d 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -482,7 +482,6 @@ WINDOW_H = $(SRC)/window.h \
$(BLD)/alloc.$(O) : \
$(SRC)/alloc.c \
$(SRC)/puresize.h \
- $(SRC)/syssignal.h \
$(SRC)/w32.h \
$(NT_INC)/unistd.h \
$(GNU_LIB)/verify.h \