summaryrefslogtreecommitdiff
path: root/win32/configure.bat
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-16 10:55:11 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-16 10:55:11 +0000
commitb9b26300da434f0bca833aa6603274dcffe756b9 (patch)
treec86d5e74829367fafcc7bd32153ebfd07e177f18 /win32/configure.bat
parent698fe540b9ac94b2cf7e7261a47d1f5b7d8d09d0 (diff)
* win32/{configure.bat,setup.mak,Makefile.sub} (PROGRAM_PREFIX,
PROGRAM_SUFFIX): unite the differences of the names of macros of prefix and suffix. reported by HANEDA Norikatsu. [ruby-dev:42775] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/configure.bat')
-rwxr-xr-xwin32/configure.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index c2d696eee1..f613528618 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -57,13 +57,13 @@ goto :loop
shift
goto :loop
:pprefix
- echo>> ~tmp~.mak "RUBY_PREFIX=%~2" \
+ echo>> ~tmp~.mak "PROGRAM_PREFIX=%~2" \
echo>>confargs.tmp %1=%2 \
shift
shift
goto :loop
:suffix
- echo>> ~tmp~.mak "RUBY_SUFFIX=%~2" \
+ echo>> ~tmp~.mak "PROGRAM_SUFFIX=%~2" \
echo>>confargs.tmp %1=%2 \
shift
shift