cleanup: Avoid warning message from 'rm' about non-existent files.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 2 Oct 2009 16:27:14 +0000 (16:27 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 2 Oct 2009 16:27:14 +0000 (16:27 -0000)
svn path=/trunk/mcs/; revision=143297

mcs/tools/mdoc/Makefile

index fdaab3863017aa8bb3332d2cf450e74713eaf0a5..f7ff8de0fbfc9500a82bf1df9a27b641af92c3ea 100644 (file)
@@ -66,7 +66,7 @@ clean-local: cleanup
 
 cleanup:
        -rm -Rf Test/en.actual Test/html.actual
-       -rm monodocer1.exe*
+       -rm -f monodocer1.exe*
 
 Test/DocTest.dll: 
        $(CSCOMPILE) $(TEST_CSCFLAGS) -debug -unsafe -target:library -out:$@ Test/DocTest.cs