From 7660d675a54f659759b68a39256744a4ac1989e1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 25 Feb 2006 11:31:45 +0000 Subject: Added a few missing userinput tags. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 2 +- chapter06/gcc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 3e208fe02..d0fa5620e 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -52,7 +52,7 @@ program is not already in $PATH. The following addition will correct this. -echo '#define YYENABLE_NLS 1' >> config.h +echo '#define YYENABLE_NLS 1' >> config.h Compile the package: diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1611b2c59..bc7f7e379 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -73,7 +73,7 @@ temporary files. We will be installing mktemp later, so the following sed will simulate its presence. -sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in +sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf