mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
34f95c7ca6
* 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
6 lines
185 B
Text
6 lines
185 B
Text
$(OBJS): $(HDRS) $(ruby_headers) \
|
|
$(hdrdir)/ruby/io.h \
|
|
$(hdrdir)/ruby/encoding.h \
|
|
$(hdrdir)/ruby/oniguruma.h \
|
|
$(hdrdir)/ruby/thread.h
|
|
ossl.o: $(hdrdir)/ruby/thread_native.h
|