summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-27 10:03:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-27 10:03:23 +0000
commitf0c0b81ca3f27dee4c1398a30c359e9903cfa0e4 (patch)
tree6639e94264c2686bfad783439fe3237eaf725070
parentb9a8f9826bdc1a7a46124e3f222bd32ec28d3dca (diff)
* Makefile.in (MINIRUBY): get rid of appending spaces for each
reconfigure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dc6295967b..acd0d4a835 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -59,7 +59,8 @@ RUBY_SO_NAME=@RUBY_SO_NAME@
EXEEXT = @EXEEXT@
PROGRAM=$(RUBY_INSTALL_NAME)$(EXEEXT)
RUBY = $(RUBY_INSTALL_NAME)
-MINIRUBY = @MINIRUBY@ $(MINIRUBYOPT)
+MINIRUBY = @MINIRUBY@\
+ $(MINIRUBYOPT)
RUNRUBY = @RUNRUBY@ $(RUNRUBYOPT) --
#### End of system configuration section. ####