diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libtcl/Makefile | 4 | ||||
| -rw-r--r-- | lib/libtcl/tclConfig.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile index 1c27c3500d0d..4256149e1183 100644 --- a/lib/libtcl/Makefile +++ b/lib/libtcl/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.11 1996/10/30 08:49:32 peter Exp $ +# $Id: Makefile,v 1.12 1996/10/31 16:09:02 peter Exp $ # # This file is generated automatically, do not edit it here! # # Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead # # Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version: -# Id: mkMakefile.sh,v 1.16 1996/10/31 15:57:25 peter Exp +# Id: mkMakefile.sh,v 1.17 1996/12/16 11:53:50 peter Exp # TCLDIST=${.CURDIR}/../../contrib/tcl diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh index c54ca6b57063..863e3d90db9f 100644 --- a/lib/libtcl/tclConfig.sh +++ b/lib/libtcl/tclConfig.sh @@ -69,7 +69,7 @@ TCL_LD_SEARCH_FLAGS='' TCL_COMPAT_OBJS='' # Name of the ranlib program to use. -TCL_RANLIB=':' +TCL_RANLIB='ranlib' # String to pass to linker to pick up the Tcl library from its # build directory. |
