aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-21 00:36:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-21 00:36:29 +0000
commit954d57d890888bba6e568a6bd9304e2f6c92a127 (patch)
treee080773e8799a9c955b96827b6051a457d086a3a /Makefile.in
parent043da6d86d9960f9e724f1fbc6ed67a8fcdf3f88 (diff)
downloadruby-954d57d890888bba6e568a6bd9304e2f6c92a127.tar.gz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b22c0d4d37..62174b657f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -546,7 +546,7 @@ mjit_config.h:
@{ \
quote() { \
printf "#define $$1"; shift; \
- printf ''$${1+' "%s"'$$sep} $${1+"$$@"} $${1-" /**/"}; \
+ printf $${1+' "%s"'$$sep} $${@-" /**/"}; \
echo; \
}; \
test "$(Q)" = @ || set -x; \