aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-04 14:19:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-04 14:19:36 +0000
commit74cac98dab6f9e18a2212cb673cfc092c757f8fb (patch)
tree18296904552d6ac69057e958d1335de91b38c45f /Makefile.in
parent9735732427709b251ae33166e66cba723267bb3a (diff)
downloadruby-74cac98dab6f9e18a2212cb673cfc092c757f8fb.tar.gz
Makefile.in: ruby-runner with exeext
* Makefile.in (PREP): fix dependent file name with exeext suffix. [Bug #11565] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52025 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 78b8d16dc0..953b831170 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -147,7 +147,7 @@ DTRACE_DEPENDENT_OBJS = array.$(OBJEXT) \
THREAD_MODEL = @THREAD_MODEL@
-PREP = @PREP@ ruby-runner
+PREP = @PREP@ ruby-runner$(EXEEXT)
ARCHFILE = @ARCHFILE@
SETUP =
EXTSTATIC = @EXTSTATIC@