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>2017-08-31 01:41:53 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-08-31 01:41:53 +0300
commit2439f17bef29b0bf5ae4fc81a1e7f96514810ff5 (patch)
tree7947886972b097e6958bf668c6da332813d0ffd3 /mcs/class/Microsoft.Build.Utilities
parent9a287c04126d095e7371afee32632febd0dafd93 (diff)
Revert "Merge pull request #5330 from alexanderkyte/dedup_mkbundle"
This reverts commit 9a287c04126d095e7371afee32632febd0dafd93, reversing changes made to 4a79280b3bef8d5f15da9ddd2a2af3a03e194b03. It breaks tons of tests.
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 7d4f990ef8e..0a3f0d2ed47 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_output): $(TEST_RESX_RESOURCES) $(test_lib_dir)
+$(test_lib): $(TEST_RESX_RESOURCES)