[Dh-make-php-commits] r269 - trunk/debian

steinm at alioth.debian.org steinm at alioth.debian.org
Thu Jul 19 21:58:12 UTC 2007


Author: steinm
Date: 2007-07-19 21:58:12 +0000 (Thu, 19 Jul 2007)
New Revision: 269

Modified:
   trunk/debian/rules
Log:
- do not prevent errors when calling make clean


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-07-19 21:57:37 UTC (rev 268)
+++ trunk/debian/rules	2007-07-19 21:58:12 UTC (rev 269)
@@ -29,7 +29,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 	dh_clean
 
 install: build




More information about the Dh-make-php-commits mailing list