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:
authorAtsushi Eno <atsushieno@gmail.com>2015-02-20 15:36:03 +0300
committerAtsushi Eno <atsushieno@gmail.com>2015-02-20 15:36:03 +0300
commit4f2fdce3f1ecc9554f3a15b3a9a4159641829633 (patch)
tree93b4b24541766464251c67f8c7d58dd5a107c651
parent53fe2fcc6c5a67591644b37fe71182cc5c69e142 (diff)
parented2510cc14115feedf48311c5deaa495567f9c06 (diff)
Merge branch 'master' into import-system-xml
-rw-r--r--mcs/build/library.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/library.make b/mcs/build/library.make
index 511aed95129..63bf1263681 100644
--- a/mcs/build/library.make
+++ b/mcs/build/library.make
@@ -68,7 +68,7 @@ endif
ifdef RESOURCE_STRINGS
ifdef BOOTSTRAP_PROFILE
-MCS_FLAGS_INTERNAL += --getresourcestrings:$(RESOURCE_STRINGS)
+MCS_FLAGS_INTERNAL += $(RESOURCE_STRINGS:%=--getresourcestrings:%)
endif
endif