[前][次][番号順一覧][スレッド一覧]

ruby-changes:33864

From: nobu <ko1@a...>
Date: Thu, 15 May 2014 15:39:59 +0900 (JST)
Subject: [ruby-changes:33864] nobu:r45945 (trunk): openssl/depend: ossl.o

nobu	2014-05-15 15:39:43 +0900 (Thu, 15 May 2014)

  New Revision: 45945

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45945

  Log:
    openssl/depend: ossl.o
    
    * ext/openssl/depend (ossl.o): now depends on thread_native.h
      under $(hdrdir) instead of $(top_srcdir).  [Feature #9612]

  Modified files:
    trunk/ext/openssl/depend
Index: ext/openssl/depend
===================================================================
--- ext/openssl/depend	(revision 45944)
+++ ext/openssl/depend	(revision 45945)
@@ -3,3 +3,4 @@ $(OBJS): $(HDRS) $(ruby_headers) \ https://github.com/ruby/ruby/blob/trunk/ext/openssl/depend#L3
   $(hdrdir)/ruby/encoding.h \
   $(hdrdir)/ruby/oniguruma.h \
   $(hdrdir)/ruby/thread.h
+ossl.o: $(hdrdir)/ruby/thread_native.h

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]