regenerated..

This commit is contained in:
Peter Wemm 1996-08-29 19:33:04 +00:00
parent d6d0abc9b2
commit 6fa0553605
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17896
2 changed files with 3 additions and 3 deletions

View File

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

View File

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