From f19e766a8ee9b64cb06165842bdd56f94f61f1a3 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 24 Jun 2007 13:03:35 +0000 Subject: Add missing colons wherever we expect the builder to key in the userinput. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/gcc-pass1.xml') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 7f2354fdd..75331bed3 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -131,7 +131,7 @@ cd ../gcc-build used to keep programs generic and therefore usable on all kinds of UNIX systems where the GNU C compiler is not always installed. Running cc leaves the system administrator free to decide - which C compiler to install. + which C compiler to install: ln -vs gcc /tools/bin/cc -- cgit v1.2.3-54-g00ecf