[master] b06654b Drop explicit dependeny on Makefile for default_vcl.h to avoid spurious rebuilds
Tollef Fog Heen
tfheen at varnish-cache.org
Fri Oct 14 12:51:18 CEST 2011
commit b06654b978c59181f53c19a66b1468b0f11acc0f
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 f2e9d04..c95b09a 100644
--- a/bin/varnishd/Makefile.am
+++ b/bin/varnishd/Makefile.am
@@ -115,7 +115,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