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 71924e6..62116c6 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -131,6 +131,10 @@ if test -r Concat.3; then rm -f Tcl_Concat.3 ln Concat.3 Tcl_Concat.3 fi +if test -r GetHostName.3; then + rm -f Tcl_GetHostName.3 + ln GetHostName.3 Tcl_GetHostName.3 +fi if test -r StringObj.3; then rm -f Tcl_ConcatObj.3 ln StringObj.3 Tcl_ConcatObj.3 |