aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/depend
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 06:39:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 06:39:43 +0000
commit34f95c7ca69bd8428eadecb733a4d9694e4f8b5d (patch)
treed2425e06dafb7468e6fda436e76b257b13787116 /ext/openssl/depend
parent7093a2cb5bdd85f84601815d08da90ef71c3322f (diff)
downloadruby-34f95c7ca69bd8428eadecb733a4d9694e4f8b5d.tar.gz
openssl/depend: ossl.o
* ext/openssl/depend (ossl.o): now depends on thread_native.h under $(hdrdir) instead of $(top_srcdir). [Feature #9612] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/depend')
-rw-r--r--ext/openssl/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/depend b/ext/openssl/depend
index 9d47df2a8d..23bebd8cc8 100644
--- a/ext/openssl/depend
+++ b/ext/openssl/depend
@@ -3,3 +3,4 @@ $(OBJS): $(HDRS) $(ruby_headers) \
$(hdrdir)/ruby/encoding.h \
$(hdrdir)/ruby/oniguruma.h \
$(hdrdir)/ruby/thread.h
+ossl.o: $(hdrdir)/ruby/thread_native.h