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:
authorZoltan Varga <vargaz@gmail.com>2014-11-20 20:53:39 +0300
committerZoltan Varga <vargaz@gmail.com>2014-11-23 10:59:31 +0300
commit901f3c466a725c646d1a8b563be587ecb4b367b7 (patch)
tree6cac1acfd64ebcd0adec322cc437e75d3c73d67d
parentafd52c893c269bef76fc7e75d4d2d25373cc2738 (diff)
Fix the mcs-compileall test target.
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index e804a08f5e9..94edabf4798 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -129,7 +129,7 @@ mcs-compileall: mono-wrapper etc/mono/config
if [ "net_4_0" = "$$profile" ]; then \
continue; \
fi; \
- elif [ "xbuild_12" = "$$profile" ]; then \
+ if [ "xbuild_12" = "$$profile" ]; then \
MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
elif [ "xbuild_14" = "$$profile" ]; then \
MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \