summaryrefslogtreecommitdiffhomepage
path: root/auto/install
diff options
context:
space:
mode:
Diffstat (limited to 'auto/install')
-rw-r--r--auto/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/install b/auto/install
index 6ef0da9df..254f9bce6 100644
--- a/auto/install
+++ b/auto/install
@@ -8,7 +8,7 @@ if [ $USE_PERL = YES ]; then
cat << END >> $NGX_MAKEFILE
install_perl_modules:
- cd $NGX_OBJS/src/http/modules/perl && \${MAKE} install
+ cd $NGX_OBJS/src/http/modules/perl && \$(MAKE) install
END
NGX_INSTALL_PERL_MODULES=install_perl_modules