From: Juanma Barranquero Date: Sat, 25 Aug 2012 10:04:17 +0000 (+0200) Subject: lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f06029796a945db531c69f8764e2813d0744650d;p=emacs.git lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies. --- diff --git a/ChangeLog b/ChangeLog index cd14d49406d..554103d149e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-08-25 Juanma Barranquero + + * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies. + 2012-08-25 Eli Zaretskii * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets. diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 7df68fd3300..f0cea56f829 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -131,7 +131,9 @@ $(BLD)/dtotimespec.$(O) : \ $(CONFIG_H) $(BLD)/execinfo.$(O) : \ - $(GNU_LIB)/execinfo.h + $(GNU_LIB)/execinfo.c \ + $(GNU_LIB)/execinfo.h \ + $(CONFIG_H) $(BLD)/getopt.$(O) : \ $(GNU_LIB)/getopt.c \