diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 23:26:29 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 23:26:29 +0000 |
commit | 5f5d1e27304c7bbcfd36f2e6c3ca7c85983f19b6 (patch) | |
tree | 10e9044c1369b7dc249a138b28ca33eeebed9bcf /chapter06 | |
parent | 7034fe2605e17f2a84a2b41040bc6102ea9ebfcf (diff) |
fix make command (MAKE->make)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/tcl-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/tcl-inst.xml b/chapter06/tcl-inst.xml index 30534a8f2..8d9e87b00 100644 --- a/chapter06/tcl-inst.xml +++ b/chapter06/tcl-inst.xml @@ -5,7 +5,7 @@ <para><screen><userinput>cd unix ./configure --prefix=/usr -MAKE +make make test make install ln -s tclsh8.4 /usr/bin/tclsh</userinput></screen></para> |