aboutsummaryrefslogtreecommitdiff
path: root/lib/libtcl
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-29 19:33:04 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-29 19:33:04 +0000
commit6fa05536057ce47b6c63b4a38c1fc4bee896511f (patch)
tree60d65fc6ab8d2df7be86253154a7686e4b397b08 /lib/libtcl
parentd6d0abc9b25133ac1f126f03f91e863610a90fea (diff)
Notes
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 b81007c0306a..cf72b8fb0298 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 3bebf98594a3..3ff888450df4 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