diff options
Diffstat (limited to 'auto/lib/pcre')
| -rw-r--r-- | auto/lib/pcre/make | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make index 219b52d73..ee5aff635 100644 --- a/auto/lib/pcre/make +++ b/auto/lib/pcre/make @@ -38,13 +38,12 @@ case "$NGX_PLATFORM" in `echo "$PCRE/pcre.h: $NGX_MAKEFILE" | sed -e "s/\//$ngx_regex_dirsep/g"` cd $ngx_pcre \$(MAKE) -f $ngx_makefile pcre.h - cd ..\\..\\.. - + cd \$(CURDIR) `echo "$PCRE/pcre.lib: $PCRE/pcre.h" | sed -e "s/\//$ngx_regex_dirsep/g"` cd $ngx_pcre \$(MAKE) -f $ngx_makefile $ngx_opt - cd ..\\..\\.. + cd \$(CURDIR) END |
