[Pkg-samba-maint] r1623 - trunk/ldb/debian
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Sun Nov 25 18:17:43 UTC 2007
Author: ctrlsoft-guest
Date: 2007-11-25 18:17:43 +0000 (Sun, 25 Nov 2007)
New Revision: 1623
Modified:
trunk/ldb/debian/rules
Log:
Don't ignore distclean return value.
Modified: trunk/ldb/debian/rules
===================================================================
--- trunk/ldb/debian/rules 2007-11-25 18:01:41 UTC (rev 1622)
+++ trunk/ldb/debian/rules 2007-11-25 18:17:43 UTC (rev 1623)
@@ -29,7 +29,7 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
install: build
More information about the Pkg-samba-maint
mailing list