Переглянути джерело

Added missing space between -f - and LDFLAGS=-static

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 роки тому
батько
коміт
adfe984c94
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      chapter05/bzip2-inst.xml

+ 1 - 1
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>