ruby-changes:38962
From: normal <ko1@a...>
Date: Sat, 27 Jun 2015 05:19:31 +0900 (JST)
Subject: [ruby-changes:38962] normal:r51043 (trunk): common.mk: add ccan/list headers as deps for st.c
normal 2015-06-27 05:19:15 +0900 (Sat, 27 Jun 2015) New Revision: 51043 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51043 Log: common.mk: add ccan/list headers as deps for st.c Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 51042) +++ common.mk (revision 51043) @@ -2119,6 +2119,10 @@ sprintf.$(OBJEXT): {$(VPATH)}sprintf.c https://github.com/ruby/ruby/blob/trunk/common.mk#L2119 sprintf.$(OBJEXT): {$(VPATH)}st.h sprintf.$(OBJEXT): {$(VPATH)}subst.h sprintf.$(OBJEXT): {$(VPATH)}vsnprintf.c +st.$(OBJEXT): $(CCAN_DIR)/check_type/check_type.h +st.$(OBJEXT): $(CCAN_DIR)/container_of/container_of.h +st.$(OBJEXT): $(CCAN_DIR)/list/list.h +st.$(OBJEXT): $(CCAN_DIR)/str/str.h st.$(OBJEXT): $(hdrdir)/ruby/ruby.h st.$(OBJEXT): $(top_srcdir)/include/ruby.h st.$(OBJEXT): {$(VPATH)}config.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/