From: Kevin M. Rosenberg Date: Sun, 22 Jul 2007 19:10:50 +0000 (+0000) Subject: r11765: do not miss make clean errors X-Git-Tag: v1.6.1~4 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=da9ef130a96ba9102fc0cf68b1fe8cd0a90e67b7 r11765: do not miss make clean errors --- 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