aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 07:19:34 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 07:19:34 +0000
commit20e7e86030e0e74e52aa24a50545a6789a3f90f2 (patch)
tree9afa91c14cac11331a98decb0c76695e1acfe210 /common.mk
parent6deb75d25a0f387fa5ba7d00f913f829644df895 (diff)
downloadruby-20e7e86030e0e74e52aa24a50545a6789a3f90f2.tar.gz
* common.mk ($(arch)-fake.rb): fix the path separator up for Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50354 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 839eba3c13..854c1cd93c 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