summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index bd3a37c..8b671bc 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -562,6 +562,10 @@ if test -r GetStdChan.3; then
ln GetStdChan.3 Tcl_GetStdChannel.3
ln GetStdChan.3 Tcl_SetStdChannel.3
fi
+if test -r GetTime.3; then
+ rm -f Tcl_GetTime.3
+ ln GetTime.3 Tcl_GetTime.3
+fi
if test -r GetVersion.3; then
rm -f Tcl_GetVersion.3
ln GetVersion.3 Tcl_GetVersion.3