From e5670724c512ec0a1df2595233bcc2a1619280ab Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 28 Feb 2004 06:21:20 +0000 Subject: [PATCH] * bcc32/configure.bat: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ bcc32/configure.bat | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4a281eef69..526eacd389 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Sat Feb 28 15:09:49 Hirokazu Yamamoto * bcc32/configure.bat: append missing label ":exit". + * bcc32/configure.bat: fix typo. + Sat Feb 28 10:31:03 2004 Masatoshi SEKI * MANIFEST: add test_erb.rb diff --git a/bcc32/configure.bat b/bcc32/configure.bat index 1453e3da4c..48985ea4db 100644 --- a/bcc32/configure.bat +++ b/bcc32/configure.bat @@ -64,7 +64,7 @@ goto :loop echo Installation directories: echo --prefix=PREFIX install files in PREFIX [/usr] echo System types: - echo --target=TARGET configure for TARGET [i386-mswin32] + echo --target=TARGET configure for TARGET [i386-bccwin32] echo Optional Package: echo --with-static-linked-ext link external modules statically echo --disable-install-doc do not install rdoc indexes during install