diff auto/install @ 4841:95ce3172493e

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Sep 2012 12:43:59 +0000
parents 432428be692d
children c983c8dea44c
line wrap: on
line diff
--- a/auto/install	Tue Sep 11 12:37:04 2012 +0000
+++ b/auto/install	Tue Sep 11 12:43:59 2012 +0000
@@ -8,7 +8,7 @@
     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