diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-24 18:46:50 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-24 18:46:50 +0000 |
| commit | 90c3d53146acb56a8fc72ddf2078bdb030dd06b9 (patch) | |
| tree | 86e2a5b3d08369447af8541958542141b0480a98 /auto/lib/perl | |
| parent | ae5736bfa41514eb7a9631bea4f5ae35aeebc9b4 (diff) | |
| download | nginx-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')
| -rw-r--r-- | auto/lib/perl/make | 2 |
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 |
