diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-18 21:14:36 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-18 21:14:36 +0000 |
commit | e074bae6e2dc48a7fe26b7df35a82e96716ecb93 (patch) | |
tree | 85c2463e1e53c4b8b96557fa4ecbfd9be78274c3 /appendices | |
parent | 3a2c3cd8087466de3e042f29229064c001c4c11f (diff) |
Fix order of bison and flex needed by new flex version
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/dependencies.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 519e109ce..3a6cfd174 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -772,7 +772,7 @@ <segtitle>&testsuites;</segtitle> <seglistitem> - <seg>Bison (suppressed) and Gawk</seg> + <seg>Bison and Gawk</seg> </seglistitem> </segmentedlist> |