aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tcl-inst.xml2
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>