From: ssm Date: Tue, 11 Dec 2007 06:10:47 +0000 (+0000) Subject: Debian packaging: do not ignore all errors from make distclean X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0c246f55a0a99220a5b82dc49e4028760a2ee7;p=varnish 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 --- 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