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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to