diff options
author | mo <mo> | 2000-08-25 05:56:21 (GMT) |
---|---|---|
committer | mo <mo> | 2000-08-25 05:56:21 (GMT) |
commit | b978b89dba2002b984ac59c67af673f3c00a1263 (patch) | |
tree | 349dfca387da98967b59d392bd2314fab8702f47 | |
parent | 92b7deae26e04e620d0ccff5b84119091c0bbae6 (diff) | |
download | tcl-b978b89dba2002b984ac59c67af673f3c00a1263.zip tcl-b978b89dba2002b984ac59c67af673f3c00a1263.tar.gz tcl-b978b89dba2002b984ac59c67af673f3c00a1263.tar.bz2 |
fix small typo in last commit
-rw-r--r-- | unix/README | 6 |
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. |