aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 a7fe68646d0..0f741c5c4cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
4
12012-09-13 Paul Eggert <eggert@cs.ucla.edu> 52012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Use a more backwards-compatible timer format (Bug#12430). 7 Use a more backwards-compatible timer format (Bug#12430).
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 7b9c67bf135..24ecb2676da 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -482,7 +482,6 @@ WINDOW_H = $(SRC)/window.h \
482$(BLD)/alloc.$(O) : \ 482$(BLD)/alloc.$(O) : \
483 $(SRC)/alloc.c \ 483 $(SRC)/alloc.c \
484 $(SRC)/puresize.h \ 484 $(SRC)/puresize.h \
485 $(SRC)/syssignal.h \
486 $(SRC)/w32.h \ 485 $(SRC)/w32.h \
487 $(NT_INC)/unistd.h \ 486 $(NT_INC)/unistd.h \
488 $(GNU_LIB)/verify.h \ 487 $(GNU_LIB)/verify.h \