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

ruby-changes:33907

From: akr <ko1@a...>
Date: Sun, 18 May 2014 12:04:12 +0900 (JST)
Subject: [ruby-changes:33907] akr:r45988 (trunk): Fix a dependency for etc.o.

akr	2014-05-18 12:04:07 +0900 (Sun, 18 May 2014)

  New Revision: 45988

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

  Log:
    Fix a dependency for etc.o.

  Modified files:
    trunk/ext/etc/depend
Index: ext/etc/depend
===================================================================
--- ext/etc/depend	(revision 45987)
+++ ext/etc/depend	(revision 45988)
@@ -1,4 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/etc/depend#L1
 etc.o : etc.c constdefs.h $(HDRS) $(ruby_headers) \
+  $(hdrdir)/ruby/io.h \
   $(hdrdir)/ruby/encoding.h \
   $(hdrdir)/ruby/oniguruma.h
 

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

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