diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-21 09:27:47 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-21 09:27:47 +0000 |
commit | 71ce60ceb62b82596f35ddd62776aa8ef0b6e87a () | |
tree | 253b210d7dfe30cc6a65dc795fdc5d8100b8d06e | |
parent | e0cd7d65e9f57e8b508995f8120256ae4c90578d (diff) |
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
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | tool/mjit_archflag.sh | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -606,6 +606,7 @@ mjit_config.h: quote "MJIT_DLDFLAGS MJIT_ARCHFLAG" $(MJIT_DLDFLAGS); \ quote "MJIT_LIBS " $(LIBRUBYARG_SHARED); \ quote 'PRELOADENV "@PRELOADENV@"'; \ define_arch_flags; \ echo; \ echo '#endif /* RUBY_MJIT_CONFIG_H */'; \ @@ -29,7 +29,6 @@ parse_arch_flags() { } define_arch_flags() { - local indent=${archs:+' '} ${archs:+echo} ${archs:+'#if 0'} for arch in $archs; do echo "#elif defined __${arch}__" |