summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-05 14:18:08 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-05 14:18:08 +0000
commit54ed5aaf20b851cd94ec2f1740d92a28182b7c00 (patch)
tree89e2f2787ad1ff8624e44c2580cb2669ed1d5688 /auto
parentcccc18562389c759ae84ab1691e6a5c31cc095a6 (diff)
downloadnginx-54ed5aaf20b851cd94ec2f1740d92a28182b7c00.tar.gz
nginx-54ed5aaf20b851cd94ec2f1740d92a28182b7c00.tar.bz2
force perl modules reinstallation after rebuilding
Diffstat (limited to 'auto')
-rw-r--r--auto/lib/perl/make3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/lib/perl/make b/auto/lib/perl/make
index 73ad12019..513f97157 100644
--- a/auto/lib/perl/make
+++ b/auto/lib/perl/make
@@ -14,6 +14,8 @@ $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
cd $NGX_OBJS/src/http/modules/perl && make
+ rm -rf $NGX_OBJS/install_perl
+
$NGX_OBJS/src/http/modules/perl/Makefile: \
src/http/modules/perl/Makefile.PL \
@@ -30,5 +32,4 @@ $NGX_OBJS/src/http/modules/perl/Makefile: \
$NGX_PERL Makefile.PL \
LIB=$NGX_PERL_MODULES
-
END