summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/depend
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-19 18:45:06 +0900
committergit <svn-admin@ruby-lang.org>2023-02-21 09:50:02 +0000
commitd13879f862a98e718ba7ec40e8d43137efb97a8b (patch)
tree02945baaa60afc3a5fb8fb90fcb8d9c2065bb0c4 /ext/bigdecimal/depend
parentcb40432c74b9c5f785e8be53cbda981a64d47c72 (diff)
[ruby/bigdecimal] Read version from bigdecimal.c
The dependency of extconf.h on bigdecimal.gemspec does not make sense as far as no rule is defined for it. Also, the relationship between extension library and gemspec file is various in default gems, and does not work well. https://github.com/ruby/bigdecimal/commit/7f99b28552
Diffstat (limited to 'ext/bigdecimal/depend')
-rw-r--r--ext/bigdecimal/depend1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bigdecimal/depend b/ext/bigdecimal/depend
index e64d22434a..fea8c39c6e 100644
--- a/ext/bigdecimal/depend
+++ b/ext/bigdecimal/depend
@@ -1,4 +1,3 @@
-extconf.h: $(srcdir)/$(GEMSPEC)
Makefile: $(BIGDECIMAL_RB)
# AUTOGENERATED DEPENDENCIES START