fix make command (MAKE->make)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-07 23:26:29 +00:00
parent 7034fe2605
commit 5f5d1e2730

View File

@ -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>