aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJuanma Barranquero2012-08-25 12:04:17 +0200
committerJuanma Barranquero2012-08-25 12:04:17 +0200
commitf06029796a945db531c69f8764e2813d0744650d (patch)
tree24b674ce5c90b92601f2b61ed4d56164e23dc44b /lib
parentee4c0f690d34f48608a6283fd2dc8af0024bfe9d (diff)
downloademacs-f06029796a945db531c69f8764e2813d0744650d.tar.gz
emacs-f06029796a945db531c69f8764e2813d0744650d.zip
lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
Diffstat (limited to 'lib')
-rw-r--r--lib/makefile.w32-in4
1 files changed, 3 insertions, 1 deletions
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) : \
131 $(CONFIG_H) 131 $(CONFIG_H)
132 132
133$(BLD)/execinfo.$(O) : \ 133$(BLD)/execinfo.$(O) : \
134 $(GNU_LIB)/execinfo.h 134 $(GNU_LIB)/execinfo.c \
135 $(GNU_LIB)/execinfo.h \
136 $(CONFIG_H)
135 137
136$(BLD)/getopt.$(O) : \ 138$(BLD)/getopt.$(O) : \
137 $(GNU_LIB)/getopt.c \ 139 $(GNU_LIB)/getopt.c \