From e294816a44116052ea491673a5fe3c39a9fc54be Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 23 Jul 2015 01:16:13 -0700 Subject: [PATCH] GNUmakefile: add Girocco/Config.pm dependency for apache.conf While it is possible to specify an alternate Girocco::Config file to be used by shlib.sh (and therefore also by the make-apache-conf.sh script), the common case is to use the default Girocco::Config which is found in Girocco/Config.pm. Add a dependency to the build rule for apache.conf so that any changes to the default Girocco::Config will also automatically cause a rebuild of apache.conf. Signed-off-by: Kyle J. McKay --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index bedbda0..b23b537 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -21,7 +21,7 @@ install:: all clean:: -apache.conf: apache.conf.in +apache.conf: apache.conf.in Girocco/Config.pm ./make-apache-conf.sh .PHONY: gnu_make_command_name -- 2.11.4.GIT