summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-28 06:21:20 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-28 06:21:20 +0000
commit5c7df49bc56d1db69e83aaa5dbdc47d30a2b2751 (patch)
tree1bcd7127fd339bb4719ee2db4a98a02718e4d5d4
parent02b08daa1d8a63395ab97545ab313238948c024c (diff)
downloadruby-5c7df49bc56d1db69e83aaa5dbdc47d30a2b2751.tar.gz
ruby-5c7df49bc56d1db69e83aaa5dbdc47d30a2b2751.tar.xz
ruby-5c7df49bc56d1db69e83aaa5dbdc47d30a2b2751.zip
* bcc32/configure.bat: fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
-rw-r--r--bcc32/configure.bat2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a281eef6..526eacd38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Sat Feb 28 15:09:49 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* bcc32/configure.bat: append missing label ":exit".
+ * bcc32/configure.bat: fix typo.
+
Sat Feb 28 10:31:03 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* MANIFEST: add test_erb.rb
diff --git a/bcc32/configure.bat b/bcc32/configure.bat
index 1453e3da4..48985ea4d 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