1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Makefile.in: fix for Solaris

* Makefile.in (mjit_config.h): expand for each words.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-02-20 09:16:34 +00:00
parent e691d4d71e
commit 74bf1767e3

View file

@ -546,7 +546,7 @@ mjit_config.h:
@{ \ @{ \
quote() { \ quote() { \
printf "#define $$1"; shift; \ printf "#define $$1"; shift; \
$${1+printf ' "%s"'$$sep "$$@"}; \ printf ''$${1+' "%s"'$$sep} "$$@"; \
echo; \ echo; \
}; \ }; \
test "$(Q)" = @ || set -x; \ test "$(Q)" = @ || set -x; \