diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-27 10:03:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-27 10:03:23 +0000 |
commit | 53b6ab6a047864c32f12a4d4497144c32e25b705 (patch) | |
tree | 834abc12673686a9ed44f4cd602205513664ea94 /Makefile.in | |
parent | 444b943e354725bf623a050c88a4a8bd3f926c74 (diff) | |
download | ruby-53b6ab6a047864c32f12a4d4497144c32e25b705.tar.gz |
* Makefile.in (MINIRUBY): get rid of appending spaces for each
reconfigure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ea79f27815..3a789dde53 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,7 +75,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) -- XRUBY = @XRUBY@ |