diff options
Diffstat (limited to 'unix/mkLinks')
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index d9d9287..eb21723 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -1267,6 +1267,10 @@ if test -r WrongNumArgs.3; then rm -f Tcl_WrongNumArgs.3 ln WrongNumArgs.3 Tcl_WrongNumArgs.3 fi +if test -r SourceRCFile.3; then + rm -f SourceRCFile.3 + ln SourceRCFile.3 Tcl_SourceRCFile.3 +fi if test -r pkgMkIndex.n; then rm -f pkg_mkIndex.n ln pkgMkIndex.n pkg_mkIndex.n |