diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-11 19:25:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-11 19:25:19 +0000 |
commit | adfe984c94f5a292309d315ab7023d76d20c9bc6 (patch) | |
tree | 05b0debe7e0bdcc6026bfc6c25ccecbb720b28a2 /chapter05 | |
parent | 18dbcbab9a3ad0f16d3f169e5f888dab1214f64d (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.xml | 2 |
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> s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \</userinput> -<userinput> Makefile | make -f -LDFLAGS=-static &&</userinput> +<userinput> Makefile | make -f - LDFLAGS=-static &&</userinput> <userinput>make PREFIX=$LFS/usr install &&</userinput> <userinput>cd $LFS/usr/bin &&</userinput> <userinput>mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput> |