From dbcc999fe0115fb2876f76179495c48ca0094457 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 24 Feb 2009 12:00:05 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3823 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/etc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/etc/Makefile.am b/varnish-cache/etc/Makefile.am index 600dae57..f1b3993e 100644 --- a/varnish-cache/etc/Makefile.am +++ b/varnish-cache/etc/Makefile.am @@ -1,6 +1,7 @@ # $Id$ EXTRA_DIST = zope-plone.vcl +DISTCLEANFILES = default.vcl dist_varnishconf_DATA = default.vcl -- 2.39.5