tag 432887 patch
thanks

Hi,

Please find attached patch to fix this bug (openslp-dfsg - FTBFS: ***
No rule to make target `distclean'. Stop.)

-- 
 Cheers,
 -----------------------------------------------------------
 Kartik Mistry  || GPG: 0xD1028C8D || IRC: kart_
 kartikmistry.org/blog || kartikm.wordpress.com
 ----------------------------------------------------------
--- openslp-dfsg-1.2.1-orig/debian/rules	2007-10-03 15:53:41.000000000 +0530
+++ openslp-dfsg-1.2.1/debian/rules	2007-10-03 17:41:08.000000000 +0530
@@ -41,7 +41,7 @@
 	dh_testroot
 
 	# Clean up after the build process.
-	$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f build-stamp config.status debian/substvars
 
 	dh_clean

Reply via email to