diff auto/lib/perl/make @ 740:5187a63d9fca

force perl modules reinstallation after rebuilding
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Oct 2006 14:18:08 +0000
parents 7e24168b0853
children 656dfccf7481
line wrap: on
line diff
--- a/auto/lib/perl/make
+++ b/auto/lib/perl/make
@@ -14,6 +14,8 @@ cat << END                              
 
 	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 @@ cat << END                              
 		$NGX_PERL Makefile.PL					\
 			LIB=$NGX_PERL_MODULES
 
-
 END