summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/lib/pcre/make3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make
index 834779b9c..c50d12f9f 100644
--- a/auto/lib/pcre/make
+++ b/auto/lib/pcre/make
@@ -32,7 +32,8 @@ case "$NGX_PLATFORM" in
cat << END >> $NGX_MAKEFILE
-`echo "$PCRE/pcre.lib: $NGX_MAKEFILE" | sed -e "s/\//$ngx_regex_dirsep/g"`
+`echo "$PCRE/pcre.lib: $PCRE/pcre.h $NGX_MAKEFILE" \
+ | sed -e "s/\//$ngx_regex_dirsep/g"`
\$(MAKE) -f auto/lib/pcre/$ngx_makefile $ngx_pcre $ngx_opt
`echo "$PCRE/pcre.h:" | sed -e "s/\//$ngx_regex_dirsep/g"`