comparison auto/lib/perl/make @ 5265:9f17e765a21e

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).
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Jul 2013 20:34:02 +0400
parents 2db6bdcaedc0
children 39a806ccf21e
comparison
equal deleted inserted replaced
5264:b6ffe53f9c3d 5265:9f17e765a21e
16 16
17 rm -rf $NGX_OBJS/install_perl 17 rm -rf $NGX_OBJS/install_perl
18 18
19 19
20 $NGX_OBJS/src/http/modules/perl/Makefile: \\ 20 $NGX_OBJS/src/http/modules/perl/Makefile: \\
21 $NGX_AUTO_CONFIG_H \\
21 src/core/nginx.h \\ 22 src/core/nginx.h \\
22 src/http/modules/perl/Makefile.PL \\ 23 src/http/modules/perl/Makefile.PL \\
23 src/http/modules/perl/nginx.pm \\ 24 src/http/modules/perl/nginx.pm \\
24 src/http/modules/perl/nginx.xs \\ 25 src/http/modules/perl/nginx.xs \\
25 src/http/modules/perl/typemap 26 src/http/modules/perl/typemap