aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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 \