Author: bddebian-guest
Date: 2008-02-06 19:42:12 +0000 (Wed, 06 Feb 2008)
New Revision: 5661

Modified:
   packages/trunk/late/debian/rules
Log:
Fix make clean


Modified: packages/trunk/late/debian/rules
===================================================================
--- packages/trunk/late/debian/rules    2008-02-06 19:38:37 UTC (rev 5660)
+++ packages/trunk/late/debian/rules    2008-02-06 19:42:12 UTC (rev 5661)
@@ -63,7 +63,7 @@
        rm -f build-stamp 
 
        # Add here commands to clean up after the build process.
-       [ ! -f Makefile ] && [ ! -f config.status ] || $(MAKE) distclean
+       [ ! -f Makefile -a ! -f config.status ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        rm -f config.sub
 endif


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

Reply via email to