mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 02:42:48 +08:00
Configure: perl Makefile rebuild after configure.
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).
This commit is contained in:
parent
d79c8abcaa
commit
4ef36b38a1
@ -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_OBJS/src/http/modules/perl/Makefile: \\
|
||||||
|
$NGX_AUTO_CONFIG_H \\
|
||||||
src/core/nginx.h \\
|
src/core/nginx.h \\
|
||||||
src/http/modules/perl/Makefile.PL \\
|
src/http/modules/perl/Makefile.PL \\
|
||||||
src/http/modules/perl/nginx.pm \\
|
src/http/modules/perl/nginx.pm \\
|
||||||
|
Loading…
Reference in New Issue
Block a user