diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 20:05:26 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 20:05:26 +0000 |
commit | 0ddb173f2adbe7577defb812d72d6390660d6d59 (patch) | |
tree | 61980ca50820bb8a1431aa71ccbba219882271d1 /chapter06/flex.xml | |
parent | f44fff6ea93789e1ea121ab93c37aaa2f53657a2 (diff) |
Updated Flex to 2.5.35. Fixes #2179.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8532 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 0ac7b8e67..c5942ff18 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -49,10 +49,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>The testsuite in this version of Flex does nothing useful before it - ends with an error.</para> + <para>To test the results, issue:</para> -<!--<screen><userinput remap="test">make check</userinput></screen>--> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |