comparison auto/install @ 4790:f033afb9d3f0 stable-1.2

Merge of r4741: fixed "make" used instead of "${MAKE}".
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 15:47:15 +0000
parents d620f497c50f
children 95ce3172493e
comparison
equal deleted inserted replaced
4789:179a4d4073b3 4790:f033afb9d3f0
6 if [ $USE_PERL = YES ]; then 6 if [ $USE_PERL = YES ]; then
7 7
8 cat << END >> $NGX_MAKEFILE 8 cat << END >> $NGX_MAKEFILE
9 9
10 install_perl_modules: 10 install_perl_modules:
11 cd $NGX_OBJS/src/http/modules/perl && make install 11 cd $NGX_OBJS/src/http/modules/perl && \${MAKE} install
12 END 12 END
13 13
14 NGX_INSTALL_PERL_MODULES=install_perl_modules 14 NGX_INSTALL_PERL_MODULES=install_perl_modules
15 15
16 fi 16 fi