diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-08-25 08:55:32 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-08-25 08:55:32 +0300 |
commit | 391ceac53ab07bc081eecc5a5ab82a044d06edd1 (patch) | |
tree | eee3b506c4f00e80a90ffd0219fce04e42af4a11 /src/makefile.w32-in | |
parent | 7d896ca9f363843d687fd7a9a04b1fb917a42aae (diff) | |
download | emacs-391ceac53ab07bc081eecc5a5ab82a044d06edd1.tar.gz |
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/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
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) : \ $(SRC)/syssignal.h \ $(SRC)/w32.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/execinfo.h \ $(GNU_LIB)/verify.h \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ |