]> git.kaiwu.me - nginx.git/commitdiff
Configure: perl Makefile rebuild after configure.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Jul 2013 16:34:02 +0000 (20:34 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Jul 2013 16:34:02 +0000 (20:34 +0400)
The $NGX_AUTO_CONFIG_H added to perl module Makefile dependencies to
make sure it's always rebuild after a configure.  It is needed as we
expand various variables used for Makefile generation during configure
(in particular, nginx version).

auto/lib/perl/make

index 260bd95a0b7b7fccfe923df53362865cbbfae8ce..d1c1b9e48c1e8ccf21ab26f5483ae59d6552cba9 100644 (file)
@@ -18,6 +18,7 @@ $NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.$ngx_perl_dlext: \\
 
 
 $NGX_OBJS/src/http/modules/perl/Makefile: \\
+               $NGX_AUTO_CONFIG_H \\
                src/core/nginx.h \\
                src/http/modules/perl/Makefile.PL \\
                src/http/modules/perl/nginx.pm \\