From 763a00a98d076ab170073db1134244888bf35f12 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 24 Aug 2021 13:02:18 +0200 Subject: [PATCH] Fix spacing of backslashes in binutils-pass1 --- chapter05/binutils-pass1.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 807080812..e17c2fc92 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -70,10 +70,10 @@ cd build Now prepare Binutils for compilation: -../configure --prefix=$LFS/tools \ - --with-sysroot=$LFS \ - --target=$LFS_TGT \ - --disable-nls \ + ../configure --prefix=$LFS/tools \ + --with-sysroot=$LFS \ + --target=$LFS_TGT \ + --disable-nls \ --disable-werror