diff options
author | hobbs <hobbs> | 2001-08-07 03:08:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-08-07 03:08:05 (GMT) |
commit | 79f55ef4170e1f70fc91060fdedc7a80eb25996f (patch) | |
tree | 0bce34215e92943af73a6eb4bb09286dffb3cf53 /unix | |
parent | 482467187288998a18883875e9886a29b44bf744 (diff) | |
download | tcl-79f55ef4170e1f70fc91060fdedc7a80eb25996f.zip tcl-79f55ef4170e1f70fc91060fdedc7a80eb25996f.tar.gz tcl-79f55ef4170e1f70fc91060fdedc7a80eb25996f.tar.bz2 |
updated auto-gend mkLinkscore_8_4_a3
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index fa82057..88ef36b 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -443,6 +443,9 @@ if test -r ExprLongObj.3; then ln ExprLongObj.3 Tcl_ExprObj.3 fi if test -r FileSystem.3; then + rm -f Tcl_FSRegister.3 + rm -f Tcl_FSUnregister.3 + rm -f Tcl_FSData.3 rm -f Tcl_FSCopyFile.3 rm -f Tcl_FSCopyDirectory.3 rm -f Tcl_FSCreateDirectory.3 @@ -476,6 +479,9 @@ if test -r FileSystem.3; then rm -f Tcl_FSNewNativePath.3 rm -f Tcl_FSGetNativePath.3 rm -f Tcl_FSFileSystemInfo.3 + ln FileSystem.3 Tcl_FSRegister.3 + ln FileSystem.3 Tcl_FSUnregister.3 + ln FileSystem.3 Tcl_FSData.3 ln FileSystem.3 Tcl_FSCopyFile.3 ln FileSystem.3 Tcl_FSCopyDirectory.3 ln FileSystem.3 Tcl_FSCreateDirectory.3 |