From da9ef130a96ba9102fc0cf68b1fe8cd0a90e67b7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 22 Jul 2007 19:10:50 +0000 Subject: [PATCH] r11765: do not miss make clean errors --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3b3bb57..07fc4a2 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ clean: dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + $(MAKE) clean (cd tests; make clean) rm -f debian/$(debpkg).postinst.* debian/$(debpkg).prerm.* rm -f doc/cl-uffi.pdf.gz -- 2.34.1