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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2005-01-03 06:37:42 +0300
committerNick Drochak <nickd@mono-cvs.ximian.com>2005-01-03 06:37:42 +0300
commitad68ed505d2e8049763392b3f206eb619b0a94a6 (patch)
treea483fa2ef95951b2f88e5ae3fef85016fc92e621 /mcs/errors/Makefile
parent586e2fe5c7de3ddcb8abe736532db5e66c60a940 (diff)
2005/01/03 Nick Drochak <ndrochak@ieee.org>
* Makefile: added empty target for run-test-ondotnet so cygwin test run will not abort svn path=/trunk/mcs/; revision=38260
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index a1121e4e138..cdd0deb53af 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -32,6 +32,8 @@ all-local: CS0571-3-lib.dll CS0618-2-lib.dll \
test-local:
+run-test-ondotnet-local:
+
# again, run-test is when the tests actually happen, so
# don't compile on make test.