diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-16 20:30:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-16 20:30:19 +0000 |
commit | a3058450b0542f93fe65bf11256dde8d50d22561 (patch) | |
tree | a3dccdfc7bfef3acd77aec6c151eedb62296093b | |
parent | 27c4255d20c4d5e57ed13b3b3d46330126ddea88 (diff) |
updated mawk deps
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/mawk-dep.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/appendixa/mawk-dep.xml b/appendixa/mawk-dep.xml index 688362844..b25309d7c 100644 --- a/appendixa/mawk-dep.xml +++ b/appendixa/mawk-dep.xml @@ -4,14 +4,15 @@ <para>Mawk-&mawk-depversion; needs the following to be installed:</para> <literallayout> +bash: sh fileutils: chmod, cp, ln, rm binutils: as, ld diffutils: cmp -gcc: cc +gcc: cc1, collect2, cpp0, gcc grep: egrep, grep make: make sed: sed -sh-utils: tee +sh-utils: hostname, tee textutils: cat, tr </literallayout> |