r3475 - packages/trunk/fillets-ng/debian

Alexander Schmehl tolimar at alioth.debian.org
Sun Jul 29 14:57:54 UTC 2007


Author: tolimar
Date: 2007-07-29 14:57:54 +0000 (Sun, 29 Jul 2007)
New Revision: 3475

Modified:
   packages/trunk/fillets-ng/debian/rules
Log:
Proper clean-target for debian/rules

Modified: packages/trunk/fillets-ng/debian/rules
===================================================================
--- packages/trunk/fillets-ng/debian/rules	2007-07-29 14:36:36 UTC (rev 3474)
+++ packages/trunk/fillets-ng/debian/rules	2007-07-29 14:57:54 UTC (rev 3475)
@@ -43,7 +43,7 @@
 	dh_testroot
 	rm -f build-stamp 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif




More information about the Pkg-games-commits mailing list