diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-19 20:23:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-19 20:23:48 +0000 |
commit | ec786e6783ba90f260328e76e14886adef37dfbb (patch) | |
tree | 3a59ad41fd7830a473b83f409138204e5b018527 /chapter06/flex.xml | |
parent | bedb1c71c0afd042d4512f144748c813df81ac17 (diff) |
Remove flex++ from the list of installed files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 8d6adacf0..475745fdb 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -87,7 +87,7 @@ chmod 755 /usr/bin/lex</userinput></screen> <segmentedlist> <segtitle>Installed programs</segtitle> <segtitle>Installed library</segtitle> -<seglistitem><seg>flex, flex++ (link to flex), and lex</seg> +<seglistitem><seg>flex and lex</seg> <seg>libfl.a</seg></seglistitem> </segmentedlist> @@ -106,14 +106,6 @@ program</para> </listitem> </varlistentry> -<varlistentry id="flex-"> -<term><command>flex++</command></term> -<listitem> -<para>Invokes a version of <command>flex</command> that is used exclusively for C++ scanners</para> -<indexterm zone="ch-system-flex flex-"><primary sortas="b-flex++">flex++</primary></indexterm> -</listitem> -</varlistentry> - <varlistentry id="lex"> <term><command>lex</command></term> <listitem> |