summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/perl/make
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-09-24 18:46:50 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-09-24 18:46:50 +0000
commit90c3d53146acb56a8fc72ddf2078bdb030dd06b9 (patch)
tree86e2a5b3d08369447af8541958542141b0480a98 /auto/lib/perl/make
parentae5736bfa41514eb7a9631bea4f5ae35aeebc9b4 (diff)
downloadnginx-90c3d53146acb56a8fc72ddf2078bdb030dd06b9.tar.gz
nginx-90c3d53146acb56a8fc72ddf2078bdb030dd06b9.tar.bz2
Merge of r4842: fixed make macros to use parentheses.
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/lib/perl/make')
-rw-r--r--auto/lib/perl/make2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/perl/make b/auto/lib/perl/make
index 248be9e3f..5f13bb29c 100644
--- a/auto/lib/perl/make
+++ b/auto/lib/perl/make
@@ -12,7 +12,7 @@ $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
$NGX_OBJS/src/http/modules/perl/Makefile
cp -p src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/
- cd $NGX_OBJS/src/http/modules/perl && \${MAKE}
+ cd $NGX_OBJS/src/http/modules/perl && \$(MAKE)
rm -rf $NGX_OBJS/install_perl