* bcc32/README.bcc32, win32/README.win32: need bison instead of

byacc.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2004-11-12 08:33:17 +00:00
Родитель 6069640f88
Коммит d51f21cee0
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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