From f19ba52477f5ca38dec48bde8771928555448ae7 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 3 May 2003 00:24:13 +0000 Subject: fix command call (MAKE->make) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index c1ee54fac..096219e2c 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -5,7 +5,7 @@ cd unix CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 -MAKE LDFLAGS="-s" +make LDFLAGS="-s" make test make install ln -s /stage1/bin/tclsh8.4 /stage1/bin/tclsh -- cgit v1.2.3-54-g00ecf