aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-04-03 21:37:41 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-04-03 21:37:41 +0000
commitcb5965baed66e1cc6b3f7bc13f92a8478b2fddf5 (patch)
tree044b61c9b8a2649bcdacc3a5ad6457d836a1cad4 /chapter06/bzip2-inst.xml
parent95ac2daa41ea81a3dbf4dc1233ed3d8ac7cfb935 (diff)
fixed installation instructions so that chapter 06-bzip2 is compiled properly with PIC on all object files (switch make and make -f Makefile-libbz2_so)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r--chapter06/bzip2-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index a26bb1919..cf2abcd81 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -3,8 +3,8 @@
<para>Install Bzip2 by running the following commands:</para>
-<para><screen><userinput>make &amp;&amp;
-make -f Makefile-libbz2_so &amp;&amp;
+<para><screen><userinput>make -f Makefile-libbz2_so &amp;&amp;
+make &amp;&amp;
rm /usr/bin/bz* &amp;&amp;
make PREFIX=/usr install &amp;&amp;
cp bzip2-shared /bin/bzip2 &amp;&amp;