diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-07-11 20:34:02 +0400 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-07-11 20:34:02 +0400 |
commit | 4ef36b38a10a89aa78da81f9aea6866ea58440ba (patch) | |
tree | 84d82d114a8ef5d5499a33c67626c7f8661d9c22 /auto/lib/perl | |
parent | d79c8abcaafa70f7bac00c4f8ddd897e45475919 (diff) | |
download | nginx-4ef36b38a10a89aa78da81f9aea6866ea58440ba.tar.gz nginx-4ef36b38a10a89aa78da81f9aea6866ea58440ba.zip |
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).
Diffstat (limited to 'auto/lib/perl')
-rw-r--r-- | auto/lib/perl/make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/lib/perl/make b/auto/lib/perl/make index 260bd95a0..d1c1b9e48 100644 --- a/auto/lib/perl/make +++ b/auto/lib/perl/make @@ -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 \\ |