aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-21 09:27:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-21 09:27:47 +0000
commit71ce60ceb62b82596f35ddd62776aa8ef0b6e87a (patch)
tree253b210d7dfe30cc6a65dc795fdc5d8100b8d06e /Makefile.in
parente0cd7d65e9f57e8b508995f8120256ae4c90578d (diff)
downloadruby-71ce60ceb62b82596f35ddd62776aa8ef0b6e87a.tar.gz
Makefile.in: get rid of `local` for Solaris sh
[ruby-dev:50673] [Bug #15319] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 11063e78b6..4aec5e244d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -606,6 +606,7 @@ mjit_config.h:
quote "MJIT_DLDFLAGS MJIT_ARCHFLAG" $(MJIT_DLDFLAGS); \
quote "MJIT_LIBS " $(LIBRUBYARG_SHARED); \
quote 'PRELOADENV "@PRELOADENV@"'; \
+ indent=$${archs:+' '}; \
define_arch_flags; \
echo; \
echo '#endif /* RUBY_MJIT_CONFIG_H */'; \