aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bzip2-exp.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-22 01:11:39 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-22 01:11:39 +0000
commit48812b722e650513f7d2b4a6011fe350458b2848 (patch)
treec381974d7a6ef800e870906197108a860700fe76 /chapter05/bzip2-exp.xml
parentf76811f859f794b788567a916baf8457090f77f1 (diff)
Removed gettext reference
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bzip2-exp.xml')
-rw-r--r--chapter05/bzip2-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml
index 1eef298ec..ca77f5f4d 100644
--- a/chapter05/bzip2-exp.xml
+++ b/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>