From a11b40fbeb40a33bcbe3597c7dbc4eb9e1c1de1c Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Tue, 31 Jan 2006 01:50:44 +0000 Subject: Remove unnecessary LDFLAGS variables in binutils pass 1 and 2. Thanks Dan Nicholson. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readjusting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 4f77514b3..18fc83d4a 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -21,7 +21,7 @@ directories. First, backup the /tools linker, and replace it with the adjusted linker we made in chapter 5. We'll also create a -link to its counterpart in /tools/$(gcc -dumpmachine)/bin +link to its counterpart in /tools/$(gcc -dumpmachine)/bin. mv -v /tools/bin/{ld,ld-old} mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old} -- cgit v1.2.3-54-g00ecf