[Forensics-changes] [SCM] debian-forensics/tableau-parm branch, debian, updated. upstream/0.1.0-17-g1986e97

Daniel Baumann daniel at debian.org
Sat Feb 16 20:09:49 UTC 2008


The following commit has been merged in the debian branch:
commit 1607dbc8196b529f92c2f7f9c7c7ebf0dfe2c1f7
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 16 21:05:52 2008 +0100

    Don't check for makefile existence in clean target of rules, it's not required here.

diff --git a/debian/rules b/debian/rules
index 8240781..e0d79fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp
 
-	[ ! -f Makefile ] || $(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean
 

-- 
debian-forensics/tableau-parm



More information about the forensics-changes mailing list