r4325 - packages/trunk/prboom/debian
Marco Rodrigues
gothicx-guest at alioth.debian.org
Wed Oct 3 21:06:50 UTC 2007
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
More information about the Pkg-games-commits
mailing list