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:
-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)