Author: tolimar
Date: 2007-07-29 18:52:06 +0000 (Sun, 29 Jul 2007)
New Revision: 3481

Modified:
   packages/trunk/koules/debian/rules
Log:
Proper Make clean in clean rule

Modified: packages/trunk/koules/debian/rules
===================================================================
--- packages/trunk/koules/debian/rules  2007-07-29 18:46:07 UTC (rev 3480)
+++ packages/trunk/koules/debian/rules  2007-07-29 18:52:06 UTC (rev 3481)
@@ -45,7 +45,7 @@
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-       -$(MAKE) clean
+       [ ! -f Makefile ] || $(MAKE) distclean
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
        dh_clean debian/koules.png
 


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

Reply via email to