mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Regenerated.. Use new minor number for both installed names, not just
one of them.
This commit is contained in:
parent
0509058ac9
commit
62875fe88b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19244
@ -1,11 +1,11 @@
|
||||
# $Id: m,v 1.1 1996/10/26 14:39:26 wosch Exp wosch $
|
||||
# $Id: Makefile,v 1.9 1996/10/26 23:38:07 wosch 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.11 1996/09/18 14:27:44 phk Exp
|
||||
# Id: mkMakefile.sh,v 1.14 1996/10/29 04:31:21 peter Exp
|
||||
#
|
||||
|
||||
TCLDIST=${.CURDIR}/../../contrib/tcl
|
||||
@ -25,7 +25,7 @@ LIB= tcl
|
||||
|
||||
.if !defined(NOPIC)
|
||||
LINKS+= ${SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||
${SHLIBDIR}/lib${LIB}${SHLIB_MAJOR}.so.1.0
|
||||
${SHLIBDIR}/lib${LIB}${SHLIB_MAJOR}.so.1.${SHLIB_MINOR}
|
||||
.endif
|
||||
LINKS+= ${LIBDIR}/lib${LIB}.a ${LIBDIR}/lib${LIB}${SHLIB_MAJOR}.a
|
||||
|
||||
|
@ -23,7 +23,7 @@ TCL_CC='cc'
|
||||
TCL_DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 '
|
||||
|
||||
# The name of the Tcl library (may be either a .a file or a shared library):
|
||||
TCL_LIB_FILE=libtcl75.so.1.0
|
||||
TCL_LIB_FILE=libtcl75.so.1.1
|
||||
|
||||
# Additional libraries to use when linking Tcl.
|
||||
TCL_LIBS=' -lm'
|
||||
@ -90,7 +90,7 @@ TCL_LIB_VERSIONS_OK='nodots'
|
||||
# extension, and anything else needed). May depend on the variables
|
||||
# VERSION and SHLIB_SUFFIX. On most UNIX systems this is
|
||||
# ${VERSION}${SHLIB_SUFFIX}.
|
||||
TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.0'
|
||||
TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.1'
|
||||
|
||||
# String that can be evaluated to generate the part of an unshared library
|
||||
# name that comes after the "libxxx" (includes version number, if any,
|
||||
|
Loading…
Reference in New Issue
Block a user