Skip to content

Commit

Permalink
eban
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Sep 22, 2000
1 parent 734cbb6 commit d8b6e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Fri Sep 22 13:58:51 2000 WATANABE Hirofumi <[email protected]>

* ext/extmk.rb: don't use default $:

Fri Sep 22 10:16:21 2000 WATANABE Hirofumi <[email protected]>

* win32/config.h.in: add HAVE_TELLDIR, HAVE_SEEKDIR
Expand Down
3 changes: 1 addition & 2 deletions ext/extmk.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit d8b6e08

Please sign in to comment.