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 203b872..2bff198 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -587,6 +587,10 @@ if test -r GetScroll.3; then rm -f Tk_GetScrollInfo.3 ln GetScroll.3 Tk_GetScrollInfo.3 fi +if test -r GetScroll.3; then + rm -f Tk_GetScrollInfoObj.3 + ln GetScroll.3 Tk_GetScrollInfoObj.3 +fi if test -r GetSelect.3; then rm -f Tk_GetSelection.3 ln GetSelect.3 Tk_GetSelection.3 |