From: Kevin M. Rosenberg Date: Thu, 19 Jul 2007 02:34:57 +0000 (+0000) Subject: r11760: do not ignore make errors X-Git-Tag: v3.8.6~6 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=6a10245b9f5d84290c280eb583f97e1ddaa9cbe5 r11760: do not ignore make errors --- diff --git a/debian/rules b/debian/rules index 9050579..9068b4e 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,7 @@ clean: dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; dh_clean