diff options
author | peter <peter@FreeBSD.org> | 1996-12-16 11:59:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-12-16 11:59:10 +0000 |
commit | a6a3967cc6e72c43c004633055e60926bbb36d36 (patch) | |
tree | 61bca8e3a01b78c736d8a10b70f6abd1162c1ad0 /lib/libtcl | |
parent | e014c54efc432a769bc21592a05c504cf19e1612 (diff) | |
download | FreeBSD-src-a6a3967cc6e72c43c004633055e60926bbb36d36.zip FreeBSD-src-a6a3967cc6e72c43c004633055e60926bbb36d36.tar.gz |
Rerun configure for updates
Diffstat (limited to 'lib/libtcl')
-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 1c27c35..4256149 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 c54ca6b..863e3d9 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. |