From 54ed5aaf20b851cd94ec2f1740d92a28182b7c00 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 5 Oct 2006 14:18:08 +0000 Subject: force perl modules reinstallation after rebuilding --- auto/lib/perl/make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit