Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/lib
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-04-28 11:59:53 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-04-28 11:59:53 +0400
commita088b8bb2b510913639594f0c52e87bd94d0f854 (patch)
tree47c42ce2c7acb41e1b7872afa0c34d25ccd922cd /auto/lib
parentdc566e4bd66d3d7857db4307f0da12080aaf81b3 (diff)
fix building ngx_http_perl_module by Solaris make
Diffstat (limited to 'auto/lib')
-rw-r--r--auto/lib/perl/make2
1 files changed, 0 insertions, 2 deletions
diff --git a/auto/lib/perl/make b/auto/lib/perl/make
index e9d843595..49eb5cf34 100644
--- a/auto/lib/perl/make
+++ b/auto/lib/perl/make
@@ -9,7 +9,6 @@ $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
src/http/modules/perl/nginx.xs \
src/http/modules/perl/ngx_http_perl_module.h \
$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
@@ -20,7 +19,6 @@ $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
$NGX_OBJS/src/http/modules/perl/Makefile: \
src/http/modules/perl/Makefile.PL \
src/http/modules/perl/nginx.pm
-
cp -p src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/
cp -p src/http/modules/perl/typemap $NGX_OBJS/src/http/modules/perl/
cp -p src/http/modules/perl/Makefile.PL $NGX_OBJS/src/http/modules/perl/