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
path: root/mcs/jay
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-06-03 07:31:52 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-06-03 07:31:52 +0400
commit4330ae3ebe0bc1296da2f572a5acea52c2c9fc4d (patch)
tree7c1e901c63ae79dca0f9ac338dbd252c7d328966 /mcs/jay
parentd98b7f501bb01f2097f3a10bd732e098fa31f3cd (diff)
2004-06-03 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : ignore make run-test-ondotnet. svn path=/trunk/mcs/; revision=28729
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/jay/Makefile b/mcs/jay/Makefile
index 8df0b920e96..3e0b74ca660 100644
--- a/mcs/jay/Makefile
+++ b/mcs/jay/Makefile
@@ -35,7 +35,7 @@ clean-local:
dist-local: dist-default
-test-local run-test-local:
+test-local run-test-local run-test-ondotnet-local:
jay: $(sources:.c=.o)
$(CCOMPILE) -o $@ $^