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
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@gmail.com>2017-11-18 01:32:03 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-19 12:16:06 +0300
commitf1a22f31a76ea29624f7b6b682e572858e708d91 (patch)
tree57cec28e4d39a72184dfb454e7b3afa784ef330e /mcs
parentc498a00479b2768b9ea4fa1fe9af2471a923462e (diff)
[runtime] Fix test makefrag to accomodate moved tests
Diffstat (limited to 'mcs')
-rw-r--r--mcs/build/tests.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/tests.make b/mcs/build/tests.make
index 0de56b3debe..4e745267682 100644
--- a/mcs/build/tests.make
+++ b/mcs/build/tests.make
@@ -240,7 +240,7 @@ $(test_response): $(test_response_preprocessed)
$(test_makefrag): $(test_response)
# @echo Creating $@ ...
- @sed 's,^,$(test_lib): ,' $< >$@
+ @sed 's,^,$(test_lib_output): ,' $< >$@
-include $(test_makefrag)