From 4ef36b38a10a89aa78da81f9aea6866ea58440ba Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 11 Jul 2013 20:34:02 +0400 Subject: [PATCH] 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). --- auto/lib/perl/make | 1 + 1 file changed, 1 insertion(+) 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 \\