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 Kyte <alexmkyte@gmail.com>2017-06-07 21:44:36 +0300
committerAlexander Kyte <alexmkyte@gmail.com>2017-08-30 19:54:47 +0300
commita4edbde01e2d71230a9506cbbee29ca8276e7705 (patch)
tree36cab56f649447c87fde78c20b4e870e9347de26 /mcs/class/Microsoft.Build.Utilities
parentc872e0a100fe2474b0f5ff7993940b66493fe7a9 (diff)
[runtime] Move testing dll into profile
Diffstat (limited to 'mcs/class/Microsoft.Build.Utilities')
-rw-r--r--mcs/class/Microsoft.Build.Utilities/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Microsoft.Build.Utilities/Makefile b/mcs/class/Microsoft.Build.Utilities/Makefile
index 0a3f0d2ed47..7d4f990ef8e 100644
--- a/mcs/class/Microsoft.Build.Utilities/Makefile
+++ b/mcs/class/Microsoft.Build.Utilities/Makefile
@@ -30,4 +30,4 @@ CLEAN_FILES += $(TEST_RESX_RESOURCES)
$(TEST_RESX_RESOURCES): %.resources: %.resx
$(RESGEN) $< || cp $@.prebuilt $@
-$(test_lib): $(TEST_RESX_RESOURCES)
+$(test_lib_output): $(TEST_RESX_RESOURCES) $(test_lib_dir)