Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, since

it has side effects elsewhere.
This commit is contained in:
peter 1996-10-31 16:09:04 +00:00
parent 3158e95bde
commit bf1c249eca
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.