aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-26 21:01:11 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-26 21:01:11 +0000
commit624fe9515e30944c35363b646b0b0cde87eeb802 (patch)
treee7c27f38eed1a3dded27eb2095e77aba9776756e /chapter05/gawk-inst.xml
parentf6ea270237ee119265e6917c71fdd3ccbd7f1f3d (diff)
removed libexec
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1912 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gawk-inst.xml')
-rw-r--r--chapter05/gawk-inst.xml3
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 \
-&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/static/bin &amp;&amp;
+./configure --prefix=$LFS/static --disable-nls &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>