[nemiver: 13/70] * Making lintian happy about distclean



commit 227e46488ff93c537f7d7961794344a7d7d8fbad
Author: Luca Bruno <luca br uno it>
Date:   Thu Nov 29 12:14:11 2007 +0100

     * Making lintian happy about distclean

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/debian/rules b/debian/rules
index 45924dd..ac8d8fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean 
 
 install: build



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]