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:
authorAtsushi Eno <atsushieno@gmail.com>2004-06-03 07:26:47 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-06-03 07:26:47 +0400
commit5872301b8020a94ba981ed89eb5b125fb45e9449 (patch)
treeacbe84ff7b4498a495abf7b1f3829597ccad3724 /mcs/class/System/Makefile
parent5b3d33811d321ceac69e08d64252159ac754b8ea (diff)
2004-06-03 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : add run-test-ondotnet target support. svn path=/trunk/mcs/; revision=28726
Diffstat (limited to 'mcs/class/System/Makefile')
-rw-r--r--mcs/class/System/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/Makefile b/mcs/class/System/Makefile
index dcdf24c5917..35b3c36b800 100644
--- a/mcs/class/System/Makefile
+++ b/mcs/class/System/Makefile
@@ -40,7 +40,7 @@ else
test-local: all-local
-all-local install-local test-local run-test-local clean-local:
+all-local install-local test-local run-test-local run-test-ondotnet-local clean-local:
@set -e; \
if test ! -f ../lib/$(PROFILE)/$(CYCLIC_DEP) ; then \
echo "Creating temporary $(LIBRARY) without $(CYCLIC_DEP) reference." ; \