summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-12 08:33:17 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-12 08:33:17 +0000
commit31cc79d9ca5b1f7f830a825394f9844946c738aa (patch)
tree2b414a16b42efb62c2eb316ac616a0c195759d54
parent1b9a341c200fff24b92944705dfbc478c8582a83 (diff)
downloadruby-31cc79d9ca5b1f7f830a825394f9844946c738aa.tar.gz
ruby-31cc79d9ca5b1f7f830a825394f9844946c738aa.tar.xz
ruby-31cc79d9ca5b1f7f830a825394f9844946c738aa.zip
* bcc32/README.bcc32, win32/README.win32: need bison instead of
byacc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--bcc32/README.bcc322
-rw-r--r--win32/README.win322
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 322fc1b89..6785173db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 12 17:32:07 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * bcc32/README.bcc32, win32/README.win32: need bison instead of
+ byacc.
+
Fri Nov 12 15:15:06 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* eval.c (ruby_options): now we cannot call rb_glob() before
diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32
index afa592761..31809e314 100644
--- a/bcc32/README.bcc32
+++ b/bcc32/README.bcc32
@@ -16,7 +16,7 @@
* ilink
(3) If you want to build from CVS source, following commands are required.
- * byacc
+ * bison
* sed
== How to compile and install
diff --git a/win32/README.win32 b/win32/README.win32
index dffe7c080..bcb2fa14f 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -16,7 +16,7 @@
* dumpbin
(3) If you want to build from CVS source, following commands are required.
- * byacc
+ * bison
* sed
== How to compile and install