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

ruby-changes:46917

From: normal <ko1@a...>
Date: Wed, 7 Jun 2017 09:32:10 +0900 (JST)
Subject: [ruby-changes:46917] normal:r59032 (trunk): common.mk: update dependencies after r58978

normal	2017-06-07 09:32:07 +0900 (Wed, 07 Jun 2017)

  New Revision: 59032

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59032

  Log:
    common.mk: update dependencies after r58978
    
    Using "tool/update-deps --fix"
    
    * common.mk (file.$(OBJEXT)): depend on id.h
      (rational.$(OBJEXT)): ditto
      (string.$(OBJEXT)): sort alphabetically

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 59031)
+++ common.mk	(revision 59032)
@@ -1730,6 +1730,7 @@ file.$(OBJEXT): {$(VPATH)}dln.h https://github.com/ruby/ruby/blob/trunk/common.mk#L1730
 file.$(OBJEXT): {$(VPATH)}encindex.h
 file.$(OBJEXT): {$(VPATH)}encoding.h
 file.$(OBJEXT): {$(VPATH)}file.c
+file.$(OBJEXT): {$(VPATH)}id.h
 file.$(OBJEXT): {$(VPATH)}intern.h
 file.$(OBJEXT): {$(VPATH)}internal.h
 file.$(OBJEXT): {$(VPATH)}io.h
@@ -2258,6 +2259,7 @@ rational.$(OBJEXT): $(top_srcdir)/includ https://github.com/ruby/ruby/blob/trunk/common.mk#L2259
 rational.$(OBJEXT): {$(VPATH)}config.h
 rational.$(OBJEXT): {$(VPATH)}defines.h
 rational.$(OBJEXT): {$(VPATH)}encoding.h
+rational.$(OBJEXT): {$(VPATH)}id.h
 rational.$(OBJEXT): {$(VPATH)}intern.h
 rational.$(OBJEXT): {$(VPATH)}internal.h
 rational.$(OBJEXT): {$(VPATH)}io.h
@@ -2518,8 +2520,8 @@ string.$(OBJEXT): $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/common.mk#L2520
 string.$(OBJEXT): $(top_srcdir)/include/ruby.h
 string.$(OBJEXT): {$(VPATH)}config.h
 string.$(OBJEXT): {$(VPATH)}crypt.h
-string.$(OBJEXT): {$(VPATH)}defines.h
 string.$(OBJEXT): {$(VPATH)}debug_counter.h
+string.$(OBJEXT): {$(VPATH)}defines.h
 string.$(OBJEXT): {$(VPATH)}encindex.h
 string.$(OBJEXT): {$(VPATH)}encoding.h
 string.$(OBJEXT): {$(VPATH)}gc.h

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

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