aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--bcc32/configure.bat2
2 files changed, 3 insertions, 1 deletions
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 <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 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