1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-09-22 05:00:23 +00:00
parent 734cbb634d
commit d8b6e0896e
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Fri Sep 22 13:58:51 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* ext/extmk.rb: don't use default $:
Fri Sep 22 10:16:21 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* win32/config.h.in: add HAVE_TELLDIR, HAVE_SEEKDIR

View file

@ -27,8 +27,7 @@ end
# get absolute path
$topdir = File.expand_path("..")
$:.push $top_srcdir
$:.push $top_srcdir+"/lib"
$:.replace [$top_srcdir, $top_srcdir+"/lib", "."]
require 'find'