Configure: fixed "make" used instead of "${MAKE}".

This commit is contained in:
Maxim Dounin
2012-07-07 09:35:30 +00:00
parent 3d87bcf9ae
commit 8aaf9d35b7
3 changed files with 3 additions and 3 deletions

View File

@@ -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