From: Sebastian Harl Date: Sat, 6 Oct 2007 19:53:44 +0000 (+0200) Subject: Do not ignore "make clean" errors. X-Git-Tag: collectd-4.2.0-1~18 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0d484ff6d0569d1976fff0274ee471091aa703ac;p=pkg-collectd.git Do not ignore "make clean" errors. --- diff --git a/debian/rules b/debian/rules index cee7820..435de26 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ clean: unpatch dh_testroot rm -f build-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean rm -f debian/README.Debian.plugins