diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-11 12:43:59 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-11 12:43:59 +0000 |
| commit | 27b9435343347064da0dcd5f99fe42e471452e52 (patch) | |
| tree | 01da22154256b075660845ca795fd2dfc1e87ed5 /auto/install | |
| parent | a8742ab5f1c9975cc0e1abc9f9f3fc68344cd84c (diff) | |
| download | nginx-27b9435343347064da0dcd5f99fe42e471452e52.tar.gz nginx-27b9435343347064da0dcd5f99fe42e471452e52.tar.bz2 | |
Configure: fixed make macros to use parentheses instead of braces.
Parentheses are more portable, in particular they are understood by nmake
while braces aren't.
Diffstat (limited to 'auto/install')
| -rw-r--r-- | auto/install | 2 |
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 |
