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 0a07ade..71924e6 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -1043,6 +1043,10 @@ if test -r GetStdChan.3; then
rm -f Tcl_SetStdChannel.3
ln GetStdChan.3 Tcl_SetStdChannel.3
fi
+if test -r StrMatch.3; then
+ rm -f Tcl_StringCaseMatch.3
+ ln StrMatch.3 Tcl_StringCaseMatch.3
+fi
if test -r StringObj.3; then
rm -f Tcl_SetStringObj.3
ln StringObj.3 Tcl_SetStringObj.3