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

ruby-changes:50468

From: nobu <ko1@a...>
Date: Tue, 27 Feb 2018 23:23:04 +0900 (JST)
Subject: [ruby-changes:50468] nobu:r62597 (trunk): common.mk: added missing dependencies on id.h

nobu	2018-02-27 23:22:57 +0900 (Tue, 27 Feb 2018)

  New Revision: 62597

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

  Log:
    common.mk: added missing dependencies on id.h

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 62596)
+++ common.mk	(revision 62597)
@@ -1537,6 +1537,7 @@ complex.$(OBJEXT): {$(VPATH)}defines.h https://github.com/ruby/ruby/blob/trunk/common.mk#L1537
 complex.$(OBJEXT): {$(VPATH)}encoding.h
 complex.$(OBJEXT): {$(VPATH)}intern.h
 complex.$(OBJEXT): {$(VPATH)}internal.h
+complex.$(OBJEXT): {$(VPATH)}id.h
 complex.$(OBJEXT): {$(VPATH)}io.h
 complex.$(OBJEXT): {$(VPATH)}missing.h
 complex.$(OBJEXT): {$(VPATH)}onigmo.h
@@ -1631,6 +1632,7 @@ dir.$(OBJEXT): {$(VPATH)}encindex.h https://github.com/ruby/ruby/blob/trunk/common.mk#L1632
 dir.$(OBJEXT): {$(VPATH)}encoding.h
 dir.$(OBJEXT): {$(VPATH)}intern.h
 dir.$(OBJEXT): {$(VPATH)}internal.h
+dir.$(OBJEXT): {$(VPATH)}id.h
 dir.$(OBJEXT): {$(VPATH)}io.h
 dir.$(OBJEXT): {$(VPATH)}missing.h
 dir.$(OBJEXT): {$(VPATH)}onigmo.h

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

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