Skip to content

Commit fe5554a

Browse files
committed
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
1 parent c88fc9f commit fe5554a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,9 @@ newline.$(OBJEXT): $(NEWLINE_C) {$(VPATH)}defines.h \
843843
{$(VPATH)}intern.h {$(VPATH)}missing.h {$(VPATH)}st.h \
844844
{$(VPATH)}transcode_data.h {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}subst.h
845845

846-
verconf.h: $(srcdir)/template/verconf.h.in $(srcdir)/tool/generic_erb.rb $(RBCONFIG)
846+
verconf.h: $(srcdir)/template/verconf.h.tmpl $(srcdir)/tool/generic_erb.rb $(RBCONFIG)
847847
$(ECHO) creating $@
848-
$(Q) $(MINIRUBY) "$(srcdir)/tool/generic_erb.rb" $(srcdir)/template/verconf.h.in > $@
848+
$(Q) $(MINIRUBY) "$(srcdir)/tool/generic_erb.rb" $(srcdir)/template/verconf.h.tmpl > $@
849849

850850
DTRACE_DEPENDENT_OBJS = array.$(OBJEXT) \
851851
eval.$(OBJEXT) \

0 commit comments

Comments
 (0)