From a973734737261a0dad491d9a509a90517bedb029 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 29 Aug 1996 19:33:04 +0000 Subject: regenerated.. --- lib/libtcl/Makefile | 2 +- lib/libtcl/tclConfig.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libtcl') diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile index b81007c..cf72b8f 100644 --- a/lib/libtcl/Makefile +++ b/lib/libtcl/Makefile @@ -5,7 +5,7 @@ # 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.7 1996/08/29 16:46:14 chuckr Exp +# Id: mkMakefile.sh,v 1.8 1996/08/29 19:30:50 peter Exp # TCLDIST=${.CURDIR}/../../contrib/tcl diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh index 3bebf98..3ff8884 100644 --- a/lib/libtcl/tclConfig.sh +++ b/lib/libtcl/tclConfig.sh @@ -73,11 +73,11 @@ TCL_RANLIB=':' # String to pass to linker to pick up the Tcl library from its # build directory. -#XXX not available# TCL_BUILD_LIB_SPEC='-L/home/src/contrib/tcl/unix -ltcl75' +TCL_BUILD_LIB_SPEC='-ltcl75' # String to pass to linker to pick up the Tcl library from its # installed directory. -TCL_LIB_SPEC='-L/usr/lib -ltcl75' +TCL_LIB_SPEC='-ltcl75' # Indicates whether a version numbers should be used in -l switches # ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means -- cgit v1.1