diff options
-rw-r--r-- | chapter05/gawk-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index ff3dedb8f..6d9df1e56 100644 --- a/chapter05/gawk-inst.xml +++ b/chapter05/gawk-inst.xml @@ -14,8 +14,7 @@ class="directory">/usr/bin</filename> it'll run <userinput>rm -rf <para>Install Gawk by running the following commands:</para> <para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \ -./configure --prefix=$LFS/static --disable-nls \ - --libexecdir=$LFS/static/bin && +./configure --prefix=$LFS/static --disable-nls && make LDFLAGS=-static && make install</userinput></screen></para> |