From 736ac02e4cc0bb9ef5b2b8798c87180c93e50330 Mon Sep 17 00:00:00 2001 From: ericm Date: Wed, 26 Apr 2000 20:49:02 +0000 Subject: Fixed bad crosslink command. --- unix/mkLinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12