From 56081d8a606720219102758a33166e1bbfeec1a1 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Mar 2015 00:09:13 +0000 Subject: [PATCH] common.mk: verconf.h by BOOTSTRAPRUBY * common.mk (verconf.h): use BOOTSTRAPRUBY as generic_erb.rb and the template are not dependent on built-in constants. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 69585e5581..dd9f06e9dc 100644 --- a/common.mk +++ b/common.mk @@ -718,7 +718,7 @@ enc/trans/newline.$(OBJEXT): $(NEWLINE_C) verconf.h: $(srcdir)/template/verconf.h.tmpl $(srcdir)/tool/generic_erb.rb $(ECHO) creating $@ - $(Q) $(MINIRUBY) "$(srcdir)/tool/generic_erb.rb" -o $@ $(srcdir)/template/verconf.h.tmpl + $(Q) $(BOOTSTRAPRUBY) "$(srcdir)/tool/generic_erb.rb" -o $@ $(srcdir)/template/verconf.h.tmpl ruby-glommed.$(OBJEXT): $(OBJS)