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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-17 16:08:49 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-17 16:12:26 +0300
commit8754b987e434918bd89f28ad2902d8a7f9d5fbd1 (patch)
treec0941bde9287551d3a35b85cb4f923c750861a13 /runtime
parent3a403c38d844b8e770efd5076191b14527450622 (diff)
[mono] Remove al2/dmcs from TEST_SUPPORT_FILES too
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index a04fd3562f7..223b73852dc 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -88,7 +88,7 @@ clean-local:
endif BUILD_MCS
-TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/dmcs $(tmpinst)/bin/al2 $(tmpinst)/bin/al
+TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/al
mcs-do-test-profiles:
cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(test_profiles)' test-profiles