1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-05-12 03:32:12 +00:00
parent 2c012e01db
commit bdfe8eab49
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon May 12 12:32:10 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]
Mon May 12 12:27:55 2008 Tanaka Akira <akr@fsij.org>
* gc.c (assign_heap_slot): fix condition for number of objects in

View file

@ -5,7 +5,7 @@ dll: $(LIBRUBY_SO)
.SUFFIXES: .inc
RUBYLIB = -
RUBYOPT = -rpurelib.rb
RUBYOPT = -
STATIC_RUBY = static-ruby