diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-08-06 15:47:15 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-08-06 15:47:15 +0000 |
| commit | 1c1cccf6732d5cd7335923d6b9ef3f47722dbd7c (patch) | |
| tree | cd5199606110fa9009c16b0fcc87d25476cef15d /auto/lib/perl/make | |
| parent | b3f5ddf8759204813627083c33ae4b41d2751c33 (diff) | |
| download | nginx-1c1cccf6732d5cd7335923d6b9ef3f47722dbd7c.tar.gz nginx-1c1cccf6732d5cd7335923d6b9ef3f47722dbd7c.tar.bz2 | |
Merge of r4741: fixed "make" used instead of "${MAKE}".
Diffstat (limited to 'auto/lib/perl/make')
| -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 b4df01dd9..248be9e3f 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 |
