aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-15 06:22:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-15 06:22:17 +0000
commita42784000e102df0909e8a307c0b0b8ba2938304 (patch)
tree7aec1108ab1ef8d71badc913fdbacf5919a871f9 /Makefile.in
parentf98004c0f2f0b9234981af49d6b6566c37cc8c2d (diff)
downloadruby-a42784000e102df0909e8a307c0b0b8ba2938304.tar.gz
. command in some sh cannot take arguments
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 75e08cf0b1..cb33d28a05 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -583,7 +583,8 @@ un-runnable:
mjit_config.h:
$(ECHO) making $@
@{ \
- . $(srcdir)/tool/mjit_archflag.sh "$(UNIVERSAL_ARCHNAMES)" $(ARCH_FLAG); \
+ . $(srcdir)/tool/mjit_archflag.sh; \
+ parse_arch_flags "$(UNIVERSAL_ARCHNAMES)" $(ARCH_FLAG); \
test "$(Q)" = @ || set -x; \
echo '#ifndef RUBY_MJIT_CONFIG_H'; \
echo '#define RUBY_MJIT_CONFIG_H 1'; \