summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorericm <ericm>2000-04-26 20:49:02 (GMT)
committerericm <ericm>2000-04-26 20:49:02 (GMT)
commit736ac02e4cc0bb9ef5b2b8798c87180c93e50330 (patch)
treed98eccb11cb22a8387def145746a716fe55ec551
parentfd0099899a28b18723e8aad032c7134c411754bc (diff)
downloadtcl-736ac02e4cc0bb9ef5b2b8798c87180c93e50330.zip
tcl-736ac02e4cc0bb9ef5b2b8798c87180c93e50330.tar.gz
tcl-736ac02e4cc0bb9ef5b2b8798c87180c93e50330.tar.bz2
Fixed bad crosslink command.
-rw-r--r--unix/mkLinks2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 5a3ffd9..f972649 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -1276,7 +1276,7 @@ if test -r WrongNumArgs.3; then
ln WrongNumArgs.3 Tcl_WrongNumArgs.3
fi
if test -r SourceRCFile.3; then
- rm -f SourceRCFile.3
+ rm -f Tcl_SourceRCFile.3
ln SourceRCFile.3 Tcl_SourceRCFile.3
fi
if test -r pkgMkIndex.n; then