From 6a10245b9f5d84290c280eb583f97e1ddaa9cbe5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 19 Jul 2007 02:34:57 +0000 Subject: [PATCH] r11760: do not ignore make errors --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1