mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unnecessary directory listing
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a88b4d000
commit
86661b5c60
1 changed files with 0 additions and 6 deletions
|
@ -60,10 +60,4 @@ end
|
|||
|
||||
create_makefile('bigdecimal') {|mf|
|
||||
mf << "\nall:\n\nextconf.h: $(srcdir)/#{gemspec_name}\n"
|
||||
case RUBY_PLATFORM
|
||||
when /mswin/
|
||||
mf << "\nall:\n\tdir $(TARGET_SO_DIR)"
|
||||
else
|
||||
mf << "\nall:\n\tls $(TARGET_SO_DIR)"
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue