Removed gettext reference

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-05-22 01:11:39 +00:00
parent f76811f859
commit 48812b722e

View File

@ -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>