diff options
| author | Eli Zaretskii | 2012-08-25 08:55:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-08-25 08:55:32 +0300 |
| commit | 391ceac53ab07bc081eecc5a5ab82a044d06edd1 (patch) | |
| tree | eee3b506c4f00e80a90ffd0219fce04e42af4a11 /src | |
| parent | 7d896ca9f363843d687fd7a9a04b1fb917a42aae (diff) | |
| download | emacs-391ceac53ab07bc081eecc5a5ab82a044d06edd1.tar.gz emacs-391ceac53ab07bc081eecc5a5ab82a044d06edd1.zip | |
MS-Windows adaptations for 2012-08-25T04:04:08Z!eggert@cs.ucla.edu and 2012-08-25T04:27:32Z!eggert@cs.ucla.edu.
lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
(GNULIBOBJS): Add $(BLD)/execinfo.$(O).
src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 1 |
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 @@ | |||
| 1 | 2012-08-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h. | ||
| 4 | |||
| 1 | 2012-08-25 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-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) \ |