r3962 - branches/2.0/varnish-cache/etc

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Mar 19 15:55:55 CET 2009


Author: tfheen
Date: 2009-03-19 15:55:55 +0100 (Thu, 19 Mar 2009)
New Revision: 3962

Modified:
   branches/2.0/varnish-cache/etc/Makefile.am
Log:
Merge r3823: Clean default.vcl on distclean

Distclean (in the build directory) should clean out default.vcl in the
build directory.  This fixes a strange FTBFS on FreeBSD.



Modified: branches/2.0/varnish-cache/etc/Makefile.am
===================================================================
--- branches/2.0/varnish-cache/etc/Makefile.am	2009-03-19 13:02:36 UTC (rev 3961)
+++ branches/2.0/varnish-cache/etc/Makefile.am	2009-03-19 14:55:55 UTC (rev 3962)
@@ -1,6 +1,7 @@
 # $Id$
 
 EXTRA_DIST = zope-plone.vcl
+DISTCLEANFILES = default.vcl
 
 dist_varnishconf_DATA = default.vcl
 



More information about the varnish-commit mailing list