force perl modules reinstallation after rebuilding

This commit is contained in:
Igor Sysoev 2006-10-05 14:18:08 +00:00
parent cccc185623
commit 54ed5aaf20

View 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