summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-29 19:33:04 +0000
committerpeter <peter@FreeBSD.org>1996-08-29 19:33:04 +0000
commita973734737261a0dad491d9a509a90517bedb029 (patch)
tree60d65fc6ab8d2df7be86253154a7686e4b397b08 /lib/libtcl
parentede8f9e32c258a1695683d633ffc6930b0067946 (diff)
downloadFreeBSD-src-a973734737261a0dad491d9a509a90517bedb029.zip
FreeBSD-src-a973734737261a0dad491d9a509a90517bedb029.tar.gz
regenerated..
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile2
-rw-r--r--lib/libtcl/tclConfig.sh4
2 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud