ruby-changes:28710
From: nobu <ko1@a...>
Date: Wed, 15 May 2013 17:09:25 +0900 (JST)
Subject: [ruby-changes:28710] nobu:r40762 (trunk): * common.mk (verconf.h): fix dependency.
nobu 2013-05-15 17:09:14 +0900 (Wed, 15 May 2013) New Revision: 40762 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40762 Log: * common.mk (verconf.h): fix dependency. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 40761) +++ common.mk (revision 40762) @@ -834,7 +834,7 @@ newline.$(OBJEXT): $(NEWLINE_C) {$(VPATH https://github.com/ruby/ruby/blob/trunk/common.mk#L834 {$(VPATH)}intern.h {$(VPATH)}missing.h {$(VPATH)}st.h \ {$(VPATH)}transcode_data.h {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}subst.h -verconf.h: verconf.in $(PREP) $(srcdir)/tool/verconf.rb $(RBCONFIG) +verconf.h: verconf.in $(PREP) $(srcdir)/tool/shvar_to_cpp.rb $(RBCONFIG) $(ECHO) creating $@ $(Q) $(MINIRUBY) "$(srcdir)/tool/shvar_to_cpp.rb" $< > $@ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/