1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

common.mk: update version.i

* common.mk (version.i): ensure up-to-date.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-06-10 02:13:04 +00:00
parent d5c03541f5
commit 4868eead07

View file

@ -554,6 +554,10 @@ $(arch)-fake.rb: $(srcdir)/template/fake.rb.in $(srcdir)/tool/generic_erb.rb ver
@$(BOOTSTRAPRUBY) $(srcdir)/tool/generic_erb.rb -c -o $@ $(srcdir)/template/fake.rb.in \
i=version.i srcdir="$(srcdir)" BASERUBY="$(BASERUBY)"
# .i really doesn't depend on .o, just ensure newer than headers which
# version.o depends on.
version.i: version.$(OBJEXT)
btest: $(TEST_RUNNABLE)-btest
no-btest: PHONY
yes-btest: fake miniruby$(EXEEXT) PHONY