mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in (mjit_config.h): fix duplicated output
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
83b428d964
commit
4eaf69858b
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ mjit_config.h:
|
||||||
@{ \
|
@{ \
|
||||||
quote() { \
|
quote() { \
|
||||||
printf "#define $$1"; shift; \
|
printf "#define $$1"; shift; \
|
||||||
printf ''$${1+' "%s"'$$sep} $${1+"$$@"} $${1-" /**/"}; \
|
printf $${1+' "%s"'$$sep} $${@-" /**/"}; \
|
||||||
echo; \
|
echo; \
|
||||||
}; \
|
}; \
|
||||||
test "$(Q)" = @ || set -x; \
|
test "$(Q)" = @ || set -x; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue