aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-07 02:39:59 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-07 02:39:59 +0000
commit7a31fa1887de5eb9d119c1b9d5e394363d708d7b (patch)
treedc616ce30a03df0a68f6973560aff8513490ab7e /Makefile.in
parentfd0761659fd53cf6ebc79d74dbe318a6fe6c1c80 (diff)
downloadruby-7a31fa1887de5eb9d119c1b9d5e394363d708d7b.tar.gz
* Makefile.in (rbconfig.rb): add rule to make.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50436 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 1dc591ba20..23e193c407 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -254,6 +254,8 @@ $(ruby_pc):
$(RBCONFIG): $($(CROSS_COMPILING:no=)PREP)
+rbconfig.rb: $(RBCONFIG)
+
install-cross: $(arch)-fake.rb $(RBCONFIG) rbconfig.rb $(arch_hdrdir)/ruby/config.h \
$(LIBRUBY_A) $(LIBRUBY_SO) $(ARCHFILE)
$(ECHO) installing cross-compiling stuff