diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-12 08:33:17 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-12 08:33:17 +0000 |
commit | d51f21cee00312a4581623e6b5481174d333ba74 (patch) | |
tree | 2b414a16b42efb62c2eb316ac616a0c195759d54 /bcc32 | |
parent | 6069640f88a2f71dd2a3b538a45915bd930902ff (diff) | |
download | bundler-d51f21cee00312a4581623e6b5481174d333ba74.tar.gz |
* 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
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/README.bcc32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32 index afa5927612..31809e314b 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 |