Author: gothicx-guest
Date: 2007-10-03 21:06:50 +0000 (Wed, 03 Oct 2007)
New Revision: 4325

Modified:
   packages/trunk/prboom/debian/rules
Log:
Fixed distclean in rules to remove error from lintian

Modified: packages/trunk/prboom/debian/rules
===================================================================
--- packages/trunk/prboom/debian/rules  2007-10-03 20:43:13 UTC (rev 4324)
+++ packages/trunk/prboom/debian/rules  2007-10-03 21:06:50 UTC (rev 4325)
@@ -36,7 +36,7 @@
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
        $(MAKE) -f /usr/share/quilt/quilt.make unpatch
 
        dh_clean


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

Reply via email to