r3823 - trunk/varnish-cache/etc
    tfheen at projects.linpro.no 
    tfheen at projects.linpro.no
       
    Tue Feb 24 13:00:06 CET 2009
    
    
  
Author: tfheen
Date: 2009-02-24 13:00:05 +0100 (Tue, 24 Feb 2009)
New Revision: 3823
Modified:
   trunk/varnish-cache/etc/Makefile.am
Log:
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: trunk/varnish-cache/etc/Makefile.am
===================================================================
--- trunk/varnish-cache/etc/Makefile.am	2009-02-23 15:58:39 UTC (rev 3822)
+++ trunk/varnish-cache/etc/Makefile.am	2009-02-24 12:00:05 UTC (rev 3823)
@@ -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