diff options
author | peter <peter@FreeBSD.org> | 1996-10-31 16:09:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-10-31 16:09:04 +0000 |
commit | bf1c249ecac94726e3449b7292fe75e965a2e098 (patch) | |
tree | 4122b30f5d6f953ae548579adaa6070604ee7837 /lib/libtcl/tclConfig.sh | |
parent | 3158e95bdecb35b0aa2dd5e8d24de28db3f853b7 (diff) | |
download | FreeBSD-src-bf1c249ecac94726e3449b7292fe75e965a2e098.zip FreeBSD-src-bf1c249ecac94726e3449b7292fe75e965a2e098.tar.gz |
Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, since
it has side effects elsewhere.
Diffstat (limited to 'lib/libtcl/tclConfig.sh')
-rw-r--r-- | lib/libtcl/tclConfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh index df16a1c..c54ca6b 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. |