summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authormo <mo>2000-08-25 05:56:21 (GMT)
committermo <mo>2000-08-25 05:56:21 (GMT)
commitb978b89dba2002b984ac59c67af673f3c00a1263 (patch)
tree349dfca387da98967b59d392bd2314fab8702f47 /unix/README
parent92b7deae26e04e620d0ccff5b84119091c0bbae6 (diff)
downloadtcl-b978b89dba2002b984ac59c67af673f3c00a1263.zip
tcl-b978b89dba2002b984ac59c67af673f3c00a1263.tar.gz
tcl-b978b89dba2002b984ac59c67af673f3c00a1263.tar.bz2
fix small typo in last commit
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/README b/unix/README
index eac1c08..8b9d126 100644
--- a/unix/README
+++ b/unix/README
@@ -22,7 +22,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.13 2000/08/25 05:45:08 mo Exp $
+RCS: @(#) $Id: README,v 1.14 2000/08/25 05:56:21 mo Exp $
How To Compile And Install Tcl:
-------------------------------
@@ -69,8 +69,8 @@ How To Compile And Install Tcl:
Note: by default gcc will be used if it can be located on the PATH.
if you want to use cc instead of gcc, set the CC environment variable
- to "cc" before running configure. It is not safe to Makefile to use
- gcc after configure is run.
+ to "cc" before running configure. It is not safe to edit the
+ Makefile to use gcc after configure is run.
Note: be sure to use only absolute path names (those starting with "/")
in the --prefix and --exec_prefix options.