aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 02:06:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 02:06:11 +0000
commit6268830ba87bf80852f9a30d4cff7ad250c379dd (patch)
treed72b0baa67a252b252f559bc6b4983db1c8968c7 /Makefile.in
parente9f3a59e85afaf6894cf63bde12d146818715d8a (diff)
downloadruby-6268830ba87bf80852f9a30d4cff7ad250c379dd.tar.gz
mkconfig.rb: without fake.rb
* tool/mkconfig.rb: use arguments instead of built-in constants to work without fake.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index bae07737e9..9c8dbced0f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -254,6 +254,8 @@ ruby_pc = @ruby_pc@
$(ruby_pc):
@./config.status --file=$@:$(srcdir)/template/ruby.pc.in
+$(RBCONFIG): $($(CROSS_COMPILING:no=)PREP)
+
install-cross: $(arch)-fake.rb $(RBCONFIG) rbconfig.rb $(arch_hdrdir)/ruby/config.h \
$(LIBRUBY_A) $(LIBRUBY_SO) $(ARCHFILE)
$(ECHO) installing cross-compiling stuff