Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-01-12 02:32:20 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-01-12 02:32:20 +0300
commitc9e0067f30b5c052503582ec499fade3342c6071 (patch)
tree18e3b525d466d993d48c2276a348355696b69d7e /mcs/errors/Makefile
parent7a4d9f3e3c9e4050d1840a3f4a5d8042704e017d (diff)
fix
svn path=/trunk/mcs/; revision=38744
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index c7e7d8b5970..a93779f2b53 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -52,7 +52,7 @@ test-everything:
run-mcs-tests:
-rm -f $(TEST_PROFILE).log
- @./do-tests.pl $(TEST_PROFILE) "$(CSCOMPILE)" "cs*.cs"
+ @./do-tests.pl $(TEST_PROFILE) '$(CSCOMPILE)' "cs*.cs"
run-generics-tests:
-rm -f generics.log