diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-05 14:26:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-05 14:26:03 +0000 |
commit | eeafffd5b3547e5a7bd1bc33e8cccc58632aa549 (patch) | |
tree | 2e6fdedeeacdb95d3fd9ce12c156973824d3fc9d /chapter06 | |
parent | a44c0c91ee2b69cf7a5fd7420be359acb7a3ea34 (diff) |
Upgrade to Bison-2.6.1. Fixes #3140.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/flex.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index ead4c8f31..996308ba4 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -55,7 +55,7 @@ <para>To test the results (about 0.5 SBU), issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make -k check</userinput></screen> <para>Install the package:</para> |