From 3a0c246f55a0a99220a5b82dc49e4028760a2ee7 Mon Sep 17 00:00:00 2001 From: ssm Date: Tue, 11 Dec 2007 06:10:47 +0000 Subject: [PATCH] Debian packaging: do not ignore all errors from make distclean git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2289 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/debian/rules b/varnish-cache/debian/rules index 715306aa..b1207db5 100755 --- a/varnish-cache/debian/rules +++ b/varnish-cache/debian/rules @@ -49,7 +49,7 @@ clean: dh_testroot rm -f build-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif -- 2.39.5