aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/mawk-static-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/mawk-static-inst.sgml')
-rw-r--r--chapter05/mawk-static-inst.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/mawk-static-inst.sgml b/chapter05/mawk-static-inst.sgml
index b6c5413e9..22e650c00 100644
--- a/chapter05/mawk-static-inst.sgml
+++ b/chapter05/mawk-static-inst.sgml
@@ -9,8 +9,8 @@ Install Mawk by running the following commands:
<userinput>./configure &amp;&amp;</userinput>
<userinput>make CFLAGS=-static &amp;&amp;</userinput>
- <userinput>make BINDIR=$LFS/usr/bin \
- MANDIR=$LFS/usr/share/man/man1 install</userinput>
+ <userinput>make BINDIR=$LFS/usr/bin \</userinput>
+ <userinput>&amp;&amp;&amp;MANDIR=$LFS/usr/share/man/man1 install</userinput>
</literallayout></blockquote>