diff options
author | hobbs <hobbs> | 2007-12-14 20:56:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-14 20:56:20 (GMT) |
commit | 117981638a6061185ad0fe2abbad387a47ae6a00 (patch) | |
tree | 5e9783d5d1d4303e334fa91dbb162520a8db5ae3 | |
parent | 1eb9e45d050d104745ba1725080290ac9d57eaeb (diff) | |
download | tcl-117981638a6061185ad0fe2abbad387a47ae6a00.zip tcl-117981638a6061185ad0fe2abbad387a47ae6a00.tar.gz tcl-117981638a6061185ad0fe2abbad387a47ae6a00.tar.bz2 |
fix typo
-rw-r--r-- | win/README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Tcl 8.5 for Windows -RCS: @(#) $Id: README,v 1.35 2007/12/14 20:54:01 hobbs Exp $ +RCS: @(#) $Id: README,v 1.36 2007/12/14 20:56:20 hobbs Exp $ 1. Introduction --------------- @@ -64,7 +64,7 @@ this error. Be aware that gcc will generate lots of compile time warnings when building Tcl. Warnings are not errors, so please don't file a bug report about them. -Use the Makefile "install'"target to install Tcl. It will install it +Use the Makefile "install" target to install Tcl. It will install it according to the prefix options you provided in the correct directory structure. |