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:
parent
d5c03541f5
commit
4868eead07
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue