summaryrefslogtreecommitdiff
path: root/ext/digest/md5
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-01 06:52:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-01 06:52:28 +0000
commitd7228e5bbae6a81f57f0ba96cbdefa21a9f4a330 (patch)
treedfc5fdeb721482ff0d8febce4c0ce2bd3d33b0c3 /ext/digest/md5
parent1735969296836546e5aa4672ec21dd6cae325f96 (diff)
depends on ext/openssl/deprecation.rb
* ext/digest/*/depend: depends on ext/openssl/deprecation.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/md5')
-rw-r--r--ext/digest/md5/depend2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/digest/md5/depend b/ext/digest/md5/depend
index 8eaec20b4b..79f57ca6e0 100644
--- a/ext/digest/md5/depend
+++ b/ext/digest/md5/depend
@@ -4,3 +4,5 @@ md5init.o: md5init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h md5.h \
$(srcdir)/../defs.h
md5ossl.o: md5ossl.h
+
+$(RUBY_EXTCONF_H): $(top_srcdir)/ext/openssl/deprecation.rb