diff options
Diffstat (limited to 'chapter05/make-inst.xml')
-rw-r--r-- | chapter05/make-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml index 1e358f555..6130f8106 100644 --- a/chapter05/make-inst.xml +++ b/chapter05/make-inst.xml @@ -3,9 +3,9 @@ <para>Install Make by running the following commands:</para> -<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> -<userinput>make LDFLAGS=-static &&</userinput> -<userinput>make install</userinput></screen></para> +<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls && +make LDFLAGS=-static && +make install</userinput></screen></para> </sect2> |