mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
444b943e35
commit
53b6ab6a04
1 changed files with 2 additions and 1 deletions
|
@ -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@
|
||||
|
||||
|
|
Loading…
Reference in a new issue