From: Igor Sysoev Date: Thu, 5 Oct 2006 14:18:08 +0000 (+0000) Subject: force perl modules reinstallation after rebuilding X-Git-Tag: release-0.4.6~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=54ed5aaf20b851cd94ec2f1740d92a28182b7c00;p=nginx.git force perl modules reinstallation after rebuilding --- 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