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, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fbaf555f8b2..1a836543d69 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-08-25 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
4
12012-08-25 Paul Eggert <eggert@cs.ucla.edu> 52012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 On assertion failure, print backtrace if available. 7 On assertion failure, print backtrace if available.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index bdb292099bc..e5959e0b1a5 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -480,6 +480,7 @@ $(BLD)/alloc.$(O) : \
480 $(SRC)/syssignal.h \ 480 $(SRC)/syssignal.h \
481 $(SRC)/w32.h \ 481 $(SRC)/w32.h \
482 $(NT_INC)/unistd.h \ 482 $(NT_INC)/unistd.h \
483 $(GNU_LIB)/execinfo.h \
483 $(GNU_LIB)/verify.h \ 484 $(GNU_LIB)/verify.h \
484 $(BLOCKINPUT_H) \ 485 $(BLOCKINPUT_H) \
485 $(BUFFER_H) \ 486 $(BUFFER_H) \