aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-10-31 16:09:04 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-10-31 16:09:04 +0000
commit836a60691b21b54efeef20f4ae7ce046896b6fd5 (patch)
tree4122b30f5d6f953ae548579adaa6070604ee7837 /lib
parentad9f4e234801a49cef9884ceed067c05c039e872 (diff)
downloadsrc-836a60691b21b54efeef20f4ae7ce046896b6fd5.tar.gz
src-836a60691b21b54efeef20f4ae7ce046896b6fd5.zip
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libtcl/Makefile4
-rw-r--r--lib/libtcl/tclConfig.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index 5f758b022044..1c27c3500d0d 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.10 1996/10/29 04:36:22 peter Exp $
+# $Id: Makefile,v 1.11 1996/10/30 08:49:32 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.15 1996/10/30 08:44:18 peter Exp
+# Id: mkMakefile.sh,v 1.16 1996/10/31 15:57:25 peter Exp
#
TCLDIST=${.CURDIR}/../../contrib/tcl
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh
index df16a1ccbcc3..c54ca6b57063 100644
--- a/lib/libtcl/tclConfig.sh
+++ b/lib/libtcl/tclConfig.sh
@@ -48,7 +48,7 @@ TCL_SHLIB_LD='ld -Bshareable -x'
TCL_SHLIB_LD_LIBS=''
# Suffix to use for the name of a shared library.
-TCL_SHLIB_SUFFIX='.so.1.0'
+TCL_SHLIB_SUFFIX='.so'
# Library file(s) to include in tclsh and other base applications
# in order to provide facilities needed by DLOBJ above.