summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 0b1b75e..f039c17 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -203,6 +203,10 @@ if test -r CrtTrace.3; then
rm -f Tcl_CreateTrace.3
ln CrtTrace.3 Tcl_CreateTrace.3
fi
+if test -r CrtVersion.3; then
+ rm -f Tcl_GetVersion.3
+ ln CrtVersion.3 Tcl_GetVersion.3
+fi
if test -r DString.3; then
rm -f Tcl_DStringAppend.3
ln DString.3 Tcl_DStringAppend.3