commit | 54ed5aaf20b851cd94ec2f1740d92a28182b7c00 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Oct 05 14:18:08 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Oct 05 14:18:08 2006 +0000 |
tree | 89e2f2787ad1ff8624e44c2580cb2669ed1d5688 | |
parent | cccc18562389c759ae84ab1691e6a5c31cc095a6 [diff] [blame] |
force perl modules reinstallation after rebuilding
diff --git a/auto/lib/perl/make b/auto/lib/perl/make index 73ad120..513f971 100644 --- a/auto/lib/perl/make +++ b/auto/lib/perl/make
@@ -14,6 +14,8 @@ 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_PERL Makefile.PL \ LIB=$NGX_PERL_MODULES - END