diff options
-rw-r--r-- | chapter06/groff-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml index 1bdbfd3fa..03857f25e 100644 --- a/chapter06/groff-inst.xml +++ b/chapter06/groff-inst.xml @@ -6,8 +6,8 @@ Install Groff by running the following commands: </para> <blockquote><literallayout> - <userinput>CXXFLAGS="-Dstrerror=strerror $CXXFLAGS" ./configure - --prefix=/usr &&</userinput> + <userinput>./configure --prefix=/usr && + </userinput> <userinput>make &&</userinput> <userinput>make install</userinput> </literallayout></blockquote> |