ruby-changes:50380
From: nobu <ko1@a...>
Date: Tue, 20 Feb 2018 18:16:39 +0900 (JST)
Subject: [ruby-changes:50380] nobu:r62496 (trunk): Makefile.in: fix for Solaris
nobu 2018-02-20 18:16:34 +0900 (Tue, 20 Feb 2018) New Revision: 62496 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62496 Log: Makefile.in: fix for Solaris * Makefile.in (mjit_config.h): expand for each words. Modified files: trunk/Makefile.in Index: Makefile.in =================================================================== --- Makefile.in (revision 62495) +++ Makefile.in (revision 62496) @@ -546,7 +546,7 @@ mjit_config.h: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L546 @{ \ quote() { \ printf "#define $$1"; shift; \ - $${1+printf ' "%s"'$$sep "$$@"}; \ + printf ''$${1+' "%s"'$$sep} "$$@"; \ echo; \ }; \ test "$(Q)" = @ || set -x; \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/