summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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