[Pkg-samba-maint] r1628 - trunk/tdb/debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Sun Nov 25 18:59:14 UTC 2007


Author: ctrlsoft-guest
Date: 2007-11-25 18:59:14 +0000 (Sun, 25 Nov 2007)
New Revision: 1628

Modified:
   trunk/tdb/debian/rules
Log:
Don't ignore "make distclean" result.

Modified: trunk/tdb/debian/rules
===================================================================
--- trunk/tdb/debian/rules	2007-11-25 18:58:47 UTC (rev 1627)
+++ trunk/tdb/debian/rules	2007-11-25 18:59:14 UTC (rev 1628)
@@ -29,7 +29,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefille ] || $(MAKE) distclean
 	dh_clean
 
 install: build




More information about the Pkg-samba-maint mailing list