aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-07-11 19:25:19 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-07-11 19:25:19 +0000
commitadfe984c94f5a292309d315ab7023d76d20c9bc6 (patch)
tree05b0debe7e0bdcc6026bfc6c25ccecbb720b28a2 /chapter05
parent18dbcbab9a3ad0f16d3f169e5f888dab1214f64d (diff)
Added missing space between -f - and LDFLAGS=-static
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bzip2-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml
index 4b7cbfb3c..1df7a7a4b 100644
--- a/chapter05/bzip2-inst.xml
+++ b/chapter05/bzip2-inst.xml
@@ -9,7 +9,7 @@ Install Bzip2 by running the following commands:
<screen>
<userinput>sed \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;Makefile | make -f -LDFLAGS=-static &amp;&amp;</userinput>
+<userinput>&nbsp;&nbsp;&nbsp;Makefile | make -f - LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make PREFIX=$LFS/usr install &amp;&amp;</userinput>
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
<userinput>mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput>