mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
see ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1c4c8b743e
commit
b62cdfe9b5
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Jun 4 02:01:10 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
|
||||
|
||||
* lib/mkmf.rb: do not need to add -L$(topdir) in --enable-shared case.
|
||||
|
||||
Thu Jun 1 00:59:15 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||
|
||||
* eval.c (rb_yield_0): convert Qundef to [].
|
||||
|
|
|
@ -325,7 +325,6 @@ def create_makefile(target)
|
|||
|
||||
if $configure_args['--enable-shared']
|
||||
$libs = CONFIG["LIBRUBYARG"] + " " + $libs
|
||||
$DLDFLAGS = $DLDFLAGS + " -L$(topdir)"
|
||||
end
|
||||
|
||||
defflag = ''
|
||||
|
|
Loading…
Reference in a new issue