1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2015-10-04 14:19:36 +00:00
parent ca7c9e31e9
commit b0f62ba6d1

View file

@ -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@