From 34f95c7ca69bd8428eadecb733a4d9694e4f8b5d Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 May 2014 06:39:43 +0000 Subject: [PATCH] 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 --- ext/openssl/depend | 1 + 1 file changed, 1 insertion(+) 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