tag 424272 patch
tag 442565 patch
thanks

Hi,

Please find attached patch to fix these bugs (FTBFS if built twice in a row).

-- 
 Cheers,
 -----------------------------------------------------------
 Kartik Mistry  || GPG: 0xD1028C8D || IRC: kart_
 kartikmistry.org/blog || kartikm.wordpress.com
 ----------------------------------------------------------
--- fldiff-1.1-orig/debian/rules	2007-09-19 16:04:48.000000000 +0530
+++ fldiff-1.1/debian/rules	2007-09-19 16:04:28.000000000 +0530
@@ -47,7 +47,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) clean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif

Reply via email to