aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 02:06:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 02:06:18 +0000
commitaa68fd85b9c760b0281b7be803ae4a5505ca7090 (patch)
tree7221e11c4daf80787e1f3a7f7cb1c4dc62cc435f /win32/Makefile.sub
parent6268830ba87bf80852f9a30d4cff7ad250c379dd (diff)
downloadruby-aa68fd85b9c760b0281b7be803ae4a5505ca7090.tar.gz
expand-config.rb: without fake.rb
* win32/Makefile.sub (ruby_pc): without fake.rb. * tool/expand-config.rb: no longer depends on fake.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub5
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index ac41e7c5b4..7d0fbf1b1b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1075,8 +1075,9 @@ end
<<KEEP
$(ruby_pc): $(RBCONFIG)
- @$(MINIRUBY) -r./rbconfig $(srcdir)/tool/expand-config.rb \
- $(srcdir)/template/ruby.pc.in > $@
+ @$(BOOTSTRAPRUBY) $(srcdir)/tool/expand-config.rb \
+ -output=$@ -mode=$(INSTALL_DATA_MODE) -config=rbconfig.rb \
+ $(srcdir)/template/ruby.pc.in
{$(srcdir)/enc/trans}.c.obj:
$(ECHO) compiling $(<:\=/)