diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-08 15:43:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-08 15:43:32 (GMT) |
commit | 86bb83baf9ae75b307c59da32d5f391baa5d3743 (patch) | |
tree | 017266f730c6a20399d869551024156e03e16749 /unix/mkLinks | |
parent | 185412fcb67bcbbdbb81b3bca29ffa00b6299d82 (diff) | |
download | tcl-86bb83baf9ae75b307c59da32d5f391baa5d3743.zip tcl-86bb83baf9ae75b307c59da32d5f391baa5d3743.tar.gz tcl-86bb83baf9ae75b307c59da32d5f391baa5d3743.tar.bz2 |
make mkLinks
Diffstat (limited to 'unix/mkLinks')
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 0060076..0001c0e 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -896,8 +896,6 @@ if test -r Namespace.3; then rm -f Tcl_FindCommand.3 Tcl_FindCommand.3.* rm -f Tcl_FindNamespace.3 Tcl_FindNamespace.3.* rm -f Tcl_ForgetImport.3 Tcl_ForgetImport.3.* - rm -f Tcl_GetCommandFromObj.3 Tcl_GetCommandFromObj.3.* - rm -f Tcl_GetCommandFullName.3 Tcl_GetCommandFullName.3.* rm -f Tcl_GetCurrentNamespace.3 Tcl_GetCurrentNamespace.3.* rm -f Tcl_GetGloblaNamespace.3 Tcl_GetGloblaNamespace.3.* rm -f Tcl_Import.3 Tcl_Import.3.* @@ -908,8 +906,6 @@ if test -r Namespace.3; then ln $S Namespace.3$Z Tcl_FindCommand.3$Z ln $S Namespace.3$Z Tcl_FindNamespace.3$Z ln $S Namespace.3$Z Tcl_ForgetImport.3$Z - ln $S Namespace.3$Z Tcl_GetCommandFromObj.3$Z - ln $S Namespace.3$Z Tcl_GetCommandFullName.3$Z ln $S Namespace.3$Z Tcl_GetCurrentNamespace.3$Z ln $S Namespace.3$Z Tcl_GetGloblaNamespace.3$Z ln $S Namespace.3$Z Tcl_Import.3$Z |