]> code.delx.au - gnu-emacs/commitdiff
lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Aug 2012 10:04:17 +0000 (12:04 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Aug 2012 10:04:17 +0000 (12:04 +0200)
ChangeLog
lib/makefile.w32-in

index cd14d49406dc8582b72ce93193e865940ad5b50b..554103d149efdc9c7aceaa74664c4c2f3364c961 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
+
 2012-08-25  Eli Zaretskii  <eliz@gnu.org>
 
        * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
index 7df68fd33006d7a733751747581dd931e7301bba..f0cea56f829cbb5fd87077bed8be42506e5b64d0 100644 (file)
@@ -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 \