From 74cac98dab6f9e18a2212cb673cfc092c757f8fb Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 4 Oct 2015 14:19:36 +0000 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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@ -- cgit v1.2.3