mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb: The condition judgment without necessity was deleted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
07188bbee2
commit
56201383cd
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Sep 28 09:50:03 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
|
||||
|
||||
* ext/extmk.rb: The condition judgment without necessity was deleted.
|
||||
|
||||
Fri Sep 27 18:40:42 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* eval.c (rb_thread_deadlock): more verbose message at deadlock.
|
||||
|
|
|
@ -154,7 +154,7 @@ target_prefix = #{target_prefix}
|
|||
mfile.printf "LIBS = %s\n", $libs
|
||||
end
|
||||
mfile.printf "OBJS = "
|
||||
if !$objs or (/bccwin32/ =~ RUBY_PLATFORM) then
|
||||
if !$objs then
|
||||
$objs = []
|
||||
for f in Dir["#{$top_srcdir}/ext/#{$mdir}/*.{#{SRC_EXT.join(%q{,})}}"]
|
||||
f = File.basename(f)
|
||||
|
|
Loading…
Reference in a new issue