From 79f742006fa38a4e10793229983d312dee128427 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Thu, 26 Jan 2006 15:08:48 +0000 Subject: Fixed typo in binutils pass2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index ebc0f30e7..cc9cdcb6a 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -80,6 +80,8 @@ cd ../binutils-build Install the package: +make install + Now prepare the linker for the Re-adjusting phase in the next chapter: @@ -87,7 +89,6 @@ cd ../binutils-build make -C ld LDFLAGS="-s" LIB_PATH=/usr/lib:/lib cp -v ld/ld-new /tools/bin -make install -- cgit v1.2.3-54-g00ecf