From: Juanma Barranquero Date: Wed, 5 Sep 2012 00:30:14 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=776f29e171a93dac78b15397393bf40d8fcfd584;p=emacs.git src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index d7a263df229..7922a92d0fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-05 Juanma Barranquero + + * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. + 2012-09-04 Lars Ingebrigtsen * eval.c (call_debugger): Make the function non-static so that we diff --git a/src/makefile.w32-in b/src/makefile.w32-in index a8dcf5f2ae8..7b9c67bf135 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1365,6 +1365,7 @@ $(BLD)/sysdep.$(O) : \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/allocator.h \ + $(GNU_LIB)/execinfo.h \ $(GNU_LIB)/ignore-value.h \ $(GNU_LIB)/utimens.h \ $(BLOCKINPUT_H) \