aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 02:13:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 02:13:04 +0000
commit5bee2d648306adbc1fd68a83e682b04564de1b99 (patch)
treed260dc615a50246da71be72304211cf61337cd8a /common.mk
parente65c6ac5463d1ce81f11ded0b0e592e4fa54f4e8 (diff)
downloadruby-5bee2d648306adbc1fd68a83e682b04564de1b99.tar.gz
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index b0f8f74dde..dee73c69e7 100644
--- a/common.mk
+++ b/common.mk
@@ -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