From f7c45562530faa69a05fceabdab26984011d06a6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Sep 2006 00:00:12 +0000 Subject: * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program name transform. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index db737332c2..23c73be382 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -11,7 +11,7 @@ NULL = nul srcdir = .. !endif !ifndef RUBY_INSTALL_NAME -RUBY_INSTALL_NAME = ruby +RUBY_INSTALL_NAME = ruby$(RUBY_SUFFIX) !endif !if !defined(RUBYW_INSTALL_NAME) || "$(RUBYW_INSTALL_NAME)" == "$(RUBY_INSTALL_NAME)" RUBYW_INSTALL_NAME = $(RUBY_INSTALL_NAME:ruby=rubyw) @@ -327,7 +327,7 @@ s,@LDFLAGS@,,;t t s,@LIBS@,$(LIBS),;t t s,@exec_prefix@,$${prefix},;t t s,@prefix@,,;t t -s,@program_transform_name@,s,,,,;t t +s,@program_transform_name@,s,$$,$(RUBY_SUFFIX),,;t t s,@bindir@,$${exec_prefix}/bin,;t t s,@sbindir@,$${exec_prefix}/sbin,;t t s,@libexecdir@,$${exec_prefix}/libexec,;t t -- cgit v1.2.3