diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-26 21:01:11 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-26 21:01:11 +0000 |
commit | 624fe9515e30944c35363b646b0b0cde87eeb802 (patch) | |
tree | e7c27f38eed1a3dded27eb2095e77aba9776756e /chapter05/gawk-inst.xml | |
parent | f6ea270237ee119265e6917c71fdd3ccbd7f1f3d (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.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> |