]> git.kaiwu.me - nginx.git/commitdiff
force perl modules reinstallation after rebuilding
authorIgor Sysoev <igor@sysoev.ru>
Thu, 5 Oct 2006 14:18:08 +0000 (14:18 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 5 Oct 2006 14:18:08 +0000 (14:18 +0000)
auto/lib/perl/make

index 73ad1201942d368b0a4c8a4edd870054c5841a5f..513f97157acfe2737cf202ad775ce0ee2ff3a747 100644 (file)
@@ -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