diff options
Diffstat (limited to 'ext/bigdecimal/extconf.rb')
-rw-r--r-- | ext/bigdecimal/extconf.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/bigdecimal/extconf.rb b/ext/bigdecimal/extconf.rb index 1611d23b4d..dccf2d2d83 100644 --- a/ext/bigdecimal/extconf.rb +++ b/ext/bigdecimal/extconf.rb @@ -15,12 +15,3 @@ have_func("rb_array_const_ptr", "ruby.h") have_func("rb_sym2str", "ruby.h") create_makefile('bigdecimal') - -# Add additional dependencies -open('Makefile', 'a') do |io| - if RUBY_VERSION >= '2.4' - io.puts <<-MAKEFILE -bigdecimal.o: $(hdrdir)/ruby/backward.h - MAKEFILE - end -end |