summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 12:26:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 12:26:37 +0000
commit7de3db9cb54b4e0f75630521ea9d756c6b6f6ac3 (patch)
tree2da2692d432ea318fc9da615a56fd83907f4aa1f /common.mk
parent00d4da468c8c9ea3057dbf3d9f825c3915457f67 (diff)
* common.mk: commit miss of r50357.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 854c1cd93c..839eba3c13 100644
--- a/common.mk
+++ b/common.mk
@@ -552,7 +552,7 @@ no-fake: PHONY
$(arch)-fake.rb: $(RBCONFIG) $(srcdir)/template/fake.rb.in $(srcdir)/tool/expand-config.rb rbconfig.rb
@$(BOOTSTRAPRUBY) $(srcdir)/tool/expand-config.rb \
-output=$@ -mode=$(INSTALL_PROG_MODE) -expand -config=rbconfig.rb \
- srcdir="$(srcdir)" BASERUBY="$(BASERUBY:\=/)" $(srcdir)/template/fake.rb.in
+ srcdir="$(srcdir)" BASERUBY="$(BASERUBY)" $(srcdir)/template/fake.rb.in
btest: $(TEST_RUNNABLE)-btest
no-btest: PHONY