diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-11-02 14:22:30 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-11-02 14:22:30 +0100 |
commit | 747287d8adcd0881952c80451ce29a98d8225f17 (patch) | |
tree | f2df9814a55431cb2a45aa80e6f55f08abf3e2a1 /chapter06 | |
parent | 56587fc43d410b72f1cad1c98ecb6663459d339e (diff) |
gawk, chap 6: now config.guess is in build-aux
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gawk.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index efe7b4380..40d69548d 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -51,7 +51,7 @@ <screen><userinput remap="configure">./configure --prefix=/usr \ --host=$LFS_TGT \ - --build=$(./config.guess)</userinput></screen> + --build=$(build-aux/config.guess)</userinput></screen> <para>Compile the package:</para> |