GNUmakefile: add Girocco/Config.pm dependency for apache.conf
commite294816a44116052ea491673a5fe3c39a9fc54be
authorKyle J. McKay <mackyle@gmail.com>
Thu, 23 Jul 2015 08:16:13 +0000 (23 01:16 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 23 Jul 2015 08:16:13 +0000 (23 01:16 -0700)
treeeec37469a0e1c90db0867f026f2d0b9c509ec1be
parentf3a4024bc933df16216c891418bc3a45b3cad6c4
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 <mackyle@gmail.com>
GNUmakefile