From f63813c376016d4f85a6b4496746518c4086c5ab Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 16 Aug 2001 19:10:40 +0000 Subject: mawk sed changed to make flag git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/mawk-inst.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/mawk-inst.xml b/chapter05/mawk-inst.xml index a49156287..cd872df6c 100644 --- a/chapter05/mawk-inst.xml +++ b/chapter05/mawk-inst.xml @@ -4,9 +4,7 @@ Install Mawk by running the following commands: ./configure && -sed \ -   s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \ -   Makefile | make -f - LDFLAGS=-static && +make CC="gcc -static" && make BINDIR=$LFS/usr/bin \    MANDIR=$LFS/usr/share/man/man1 install -- cgit v1.2.3-54-g00ecf