ruby-changes:39944
From: nobu <ko1@a...>
Date: Sun, 4 Oct 2015 23:19:42 +0900 (JST)
Subject: [ruby-changes:39944] nobu:r52025 (trunk): Makefile.in: ruby-runner with exeext
nobu 2015-10-04 23:19:36 +0900 (Sun, 04 Oct 2015) New Revision: 52025 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52025 Log: Makefile.in: ruby-runner with exeext * Makefile.in (PREP): fix dependent file name with exeext suffix. [Bug #11565] Modified files: trunk/Makefile.in Index: Makefile.in =================================================================== --- Makefile.in (revision 52024) +++ Makefile.in (revision 52025) @@ -147,7 +147,7 @@ DTRACE_DEPENDENT_OBJS = array.$(OBJEXT) https://github.com/ruby/ruby/blob/trunk/Makefile.in#L147 THREAD_MODEL = @THREAD_MODEL@ -PREP = @PREP@ ruby-runner +PREP = @PREP@ ruby-runner$(EXEEXT) ARCHFILE = @ARCHFILE@ SETUP = EXTSTATIC = @EXTSTATIC@ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/