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/lib/perl | |
| 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/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 |
