mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
e0cd7d65e9
commit
71ce60ceb6
2 changed files with 1 additions and 1 deletions
|
@ -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 */'; \
|
||||
|
|
|
@ -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}__"
|
||||
|
|
Loading…
Reference in a new issue