[3.0] 50b79ba Drop explicit dependeny on Makefile for default_vcl.h to avoid spurious rebuilds

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:33 CEST 2012


commit 50b79ba587926cc6d9be90dd44d4ed4f982d1cc9
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Fri Oct 14 12:39:57 2011 +0200

    Drop explicit dependeny on Makefile for default_vcl.h to avoid spurious rebuilds

diff --git a/bin/varnishd/Makefile.am b/bin/varnishd/Makefile.am
index 00dc716..bfeb6b9 100644
--- a/bin/varnishd/Makefile.am
+++ b/bin/varnishd/Makefile.am
@@ -118,7 +118,7 @@ DISTCLEANFILES = default_vcl.h
 #
 # Turn the default.vcl file into a C-string we can include in the program.
 #
-default_vcl.h:	default.vcl Makefile
+default_vcl.h:	default.vcl
 	echo '/*' > $@
 	echo ' * NB:  This file is machine generated, DO NOT EDIT!' >> $@
 	echo ' *' >> $@



More information about the varnish-commit mailing list