瀏覽代碼

Removed gettext reference

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父節點
當前提交
48812b722e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      chapter05/bzip2-exp.xml

+ 2 - 2
chapter05/bzip2-exp.xml

@@ -25,8 +25,8 @@ and tell make with the -f parameter to read that alternate file.
 <para>
 <userinput>LDFLAGS=-static:</userinput> This is the second way we use to
 link a package statically. This is also the most common way. 
-The -all-static value is only used with the binutils and the gettext 
-packages and won't be used throughout the rest of this book.
+The -all-static value is only used with the binutils package and won't 
+be used throughout the rest of this book.
 </para>
 
 </sect2>