summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-21 00:17:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-21 00:17:54 +0000
commit9e42f78198b00d4f2572842a8b87db418e3028b1 (patch)
treec5a8db2355012b2f3816257d82c16d84a53f18a3 /Makefile.in
parent55515ef463971ecfdfa61ff32868d0e02129e753 (diff)
Makefile.in: empty comment
* Makefile.in (mjit_config.h): add an empty comment if no content, to tell the empty content explicitly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62502 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 5a4c8e0d54..b22c0d4d37 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -546,7 +546,7 @@ mjit_config.h:
@{ \
quote() { \
printf "#define $$1"; shift; \
- printf ''$${1+' "%s"'$$sep} "$$@"; \
+ printf ''$${1+' "%s"'$$sep} $${1+"$$@"} $${1-" /**/"}; \
echo; \
}; \
test "$(Q)" = @ || set -x; \