1
0
Fork 0
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:
nobu 2018-12-04 11:16:11 +00:00
parent 3a88b4d000
commit 86661b5c60

View file

@ -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
}