aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-05 08:48:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-05 08:48:28 +0000
commit10a0555a7ab12567ad94732b2baf5f7e3e7e8b1c (patch)
treec40866c27a4c4d7de39ef55dc9a9bf5429a83b13 /Makefile.in
parentfcc896e28fb312d5dc14a1ef04902e60383800d6 (diff)
downloadruby-10a0555a7ab12567ad94732b2baf5f7e3e7e8b1c.tar.gz
Fix cross build
* tool/fake.rb: Fix cross build when srcdir is an absolute path. * Makefile.in: PREP dependency is needed when cross build too, not "-r$(arch)-fake" to be used before created. [Fix GH-1125] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 91bc8fc45e..4ae4596f13 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -258,7 +258,7 @@ ruby-runner.c: template/ruby-runner.c.in
ruby-runner$(EXEEXT): ruby-runner.c
$(Q) $(PURIFY) $(CC) $(CFLAGS) $(CPPFLAGS) -DRUBY_INSTALL_NAME=$(RUBY_INSTALL_NAME) $(LDFLAGS) $(LIBS) $(OUTFLAG)$@ ruby-runner.c
-$(RBCONFIG): $($(CROSS_COMPILING:no=)PREP)
+$(RBCONFIG): $(PREP)
rbconfig.rb: $(RBCONFIG)