mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8f675f0b89
* ext/openssl/depend (ossl.o): work around of dependency of thread_native.h, which depends on headers by THREAD_MODEL. [ruby-dev:47777] * ext/openssl/extconf.rb: need THREAD_MODEL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
223 B
Text
6 lines
223 B
Text
$(OBJS): $(HDRS) $(ruby_headers) \
|
|
$(hdrdir)/ruby/io.h \
|
|
$(hdrdir)/ruby/encoding.h \
|
|
$(hdrdir)/ruby/oniguruma.h \
|
|
$(hdrdir)/ruby/thread.h
|
|
ossl.o: $(top_srcdir)/thread_native.h $(top_srcdir)/thread_$(THREAD_MODEL).h
|