[Debian-hebrew-package] r635 - /pkg/hspell/trunk/debian/rules

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Sat Aug 11 22:35:27 UTC 2007


Author: kaplan
Date: Sat Aug 11 22:35:27 2007
New Revision: 635

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=635
Log:
Fix distclean warning (thanks lintian)

Modified:
    pkg/hspell/trunk/debian/rules

Modified: pkg/hspell/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/rules?rev=635&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/rules (original)
+++ pkg/hspell/trunk/debian/rules Sat Aug 11 22:35:27 2007
@@ -60,7 +60,7 @@
 	rm -f build-arch-stamp build-indep-stamp #CONFIGURE-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




More information about the Debian-hebrew-package mailing list