diff options
Diffstat (limited to 'auto/lib/pcre/make')
-rw-r--r-- | auto/lib/pcre/make | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make index f57f7d9ec..f5723c852 100644 --- a/auto/lib/pcre/make +++ b/auto/lib/pcre/make @@ -55,9 +55,7 @@ END $PCRE/pcre.h: $NGX_MAKEFILE cd $PCRE \\ - && if [ -f Makefile ]; then \$(MAKE) distclean; fi - - cd $PCRE \\ + && if [ -f Makefile ]; then \$(MAKE) distclean; fi \\ && CC="\$(CC)" CFLAGS="$PCRE_OPT" \\ ./configure --disable-shared |