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 5cf73bc..410a6e2 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -620,6 +620,10 @@ if test -r TkInitStubs.3; then rm -f Tk_InitStubs.3 ln TkInitStubs.3 Tk_InitStubs.3 fi +if test -r Tk_Init.3; then + rm -f Tk_SafeInit.3 + ln Tk_Init.3 Tk_SafeInit.3 +fi if test -r WindowId.3; then rm -f Tk_WindowId.3 rm -f Tk_Parent.3 |