From: Sebastian Harl Date: Mon, 24 Sep 2007 15:58:53 +0000 (+0200) Subject: Do not ignore "make clean" errors. X-Git-Tag: pfstools-1.6.2-1~3 X-Git-Url: https://git.tokkee.org/?p=pkg-pfstools.git;a=commitdiff_plain;h=955d13c16cc884702191fad7ea9fe4afe2f613e2 Do not ignore "make clean" errors. --- diff --git a/debian/rules b/debian/rules index e5963bb..e775717 100755 --- a/debian/rules +++ b/debian/rules @@ -51,8 +51,8 @@ clean: dh_testroot rm -f build-stamp - -$(MAKE) clean - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean for file in config.guess config.sub; do \ if [ -e $$file.upstream ]; then \