[Pkg-mono-svn-commits] rev 1868 - mono/trunk/debian/detector

Mirco Bauer meebey-guest@costa.debian.org
Tue, 21 Jun 2005 22:18:15 +0000


Author: meebey-guest
Date: 2005-06-21 22:18:15 +0000 (Tue, 21 Jun 2005)
New Revision: 1868

Modified:
   mono/trunk/debian/detector/Makefile
Log:
- added -f to rm in clean target



Modified: mono/trunk/debian/detector/Makefile
===================================================================
--- mono/trunk/debian/detector/Makefile	2005-06-21 21:12:30 UTC (rev 1867)
+++ mono/trunk/debian/detector/Makefile	2005-06-21 22:18:15 UTC (rev 1868)
@@ -3,4 +3,4 @@
 	strip binfmt-detector-cli
 
 clean:
-	rm binfmt-detector-cli
+	rm -f binfmt-detector-cli