aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/md5
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 05:44:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 05:44:58 +0000
commit4ce2454bf5e3f86132eaa656655e70f90443f520 (patch)
tree99f504a737b65bfbd95d71ba2e2bd8a9ab5fa9b4 /ext/digest/md5
parent5deb83d85c65ed4a4417f880849cb8043dd86c55 (diff)
downloadruby-4ce2454bf5e3f86132eaa656655e70f90443f520.tar.gz
Local header dependencies
* lib/mkmf.rb (create_makefile): store $headers in LOCAL_HDRS for depend files. * ext/digest/digest_conf.rb (digest_conf): add implementation specific headers to $header. * ext/digest/{md5,rmd160,sha1,sha2}/depend: add LOCAL_HDRS to the dependencies. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/md5')
-rw-r--r--ext/digest/md5/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/digest/md5/depend b/ext/digest/md5/depend
index 58829918e4..288e37b982 100644
--- a/ext/digest/md5/depend
+++ b/ext/digest/md5/depend
@@ -1,4 +1,5 @@
md5.o: md5.c md5.h $(srcdir)/../defs.h
+md5init.o: $(LOCAL_HDRS)
# AUTOGENERATED DEPENDENCIES START
md5init.o: $(RUBY_EXTCONF_H)