summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-27 05:46:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-27 05:46:01 +0000
commitfe5554af85bf2e3363a62647d0bb68d4961dfeb9 (patch)
treea71bdfc8806d0404d7342212af5822d5e298acef
parentc88fc9f8f0d56b08cb1c9e3bb36612c870df3444 (diff)
verconf.h.tmpl: rename
* template/verconf.h.tmpl: rename from .in since this is an erb template file, but not for config.status. * common.mk (verconf.h): rename the dependent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--common.mk4
-rw-r--r--template/verconf.h.tmpl (renamed from template/verconf.h.in)0
2 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 0c8b7fc54a..f30df0fee0 100644
--- a/common.mk
+++ b/common.mk
@@ -843,9 +843,9 @@ 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: $(srcdir)/template/verconf.h.in $(srcdir)/tool/generic_erb.rb $(RBCONFIG)
+verconf.h: $(srcdir)/template/verconf.h.tmpl $(srcdir)/tool/generic_erb.rb $(RBCONFIG)
$(ECHO) creating $@
- $(Q) $(MINIRUBY) "$(srcdir)/tool/generic_erb.rb" $(srcdir)/template/verconf.h.in > $@
+ $(Q) $(MINIRUBY) "$(srcdir)/tool/generic_erb.rb" $(srcdir)/template/verconf.h.tmpl > $@
DTRACE_DEPENDENT_OBJS = array.$(OBJEXT) \
eval.$(OBJEXT) \
diff --git a/template/verconf.h.in b/template/verconf.h.tmpl
index 79c003e09f..79c003e09f 100644
--- a/template/verconf.h.in
+++ b/template/verconf.h.tmpl