diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-03 00:24:13 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-03 00:24:13 +0000 |
commit | f19ba52477f5ca38dec48bde8771928555448ae7 (patch) | |
tree | d287392bb199a9dc5ef4e89774992bbaf0a2a674 /chapter05 | |
parent | 2664e17500130d6db1592223e683c9b96519e284 (diff) |
fix command call (MAKE->make)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <para><screen><userinput>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</userinput></screen></para> |