From 04198615902effb4d45d2e69020a286147649b10 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 15 May 2013 16:50:05 +0000 Subject: [PATCH] common.mk: verconf.h dependency * common.mk (verconf.h): no needs to update always unless rbconfig.rb is updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 1f274cc4b9..dcfbf2e8c1 100644 --- a/common.mk +++ b/common.mk @@ -834,7 +834,7 @@ newline.$(OBJEXT): $(NEWLINE_C) {$(VPATH)}defines.h \ {$(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/shvar_to_cpp.rb $(RBCONFIG) +verconf.h: verconf.in $(srcdir)/tool/shvar_to_cpp.rb rbconfig.rb $(ECHO) creating $@ $(Q) $(MINIRUBY) "$(srcdir)/tool/shvar_to_cpp.rb" verconf.in > $@