diff options
Diffstat (limited to 'chapter06/bison-inst.xml')
-rw-r--r-- | chapter06/bison-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml index e59ab8dd9..4dd09ae20 100644 --- a/chapter06/bison-inst.xml +++ b/chapter06/bison-inst.xml @@ -3,8 +3,7 @@ <para>Install Bison by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr \ - --datadir=/usr/share/bison && +<para><screen><userinput>./configure --prefix=/usr && make && make install</userinput></screen></para> |