summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-10-31 15:57:25 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-10-31 15:57:25 +0000
commitad9f4e234801a49cef9884ceed067c05c039e872 (patch)
tree9bc65434d63eed66432fbe37b3a8aa2588b7addd /tools
parent83aac36ef7357773e9f42a908eb2c6378d2849e2 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tcl_bmake/mkMakefile.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh
index dbb453671204..668ea73bf57c 100644
--- a/tools/tools/tcl_bmake/mkMakefile.sh
+++ b/tools/tools/tcl_bmake/mkMakefile.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: mkMakefile.sh,v 1.14 1996/10/29 04:31:21 peter Exp $
+# $Id: mkMakefile.sh,v 1.15 1996/10/30 08:44:18 peter Exp $
#
# This script generates a bmake Makefile for src/lib/libtcl
#
@@ -45,7 +45,7 @@ echo '#
# 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.14 1996/10/29 04:31:21 peter Exp $
+# $Id: mkMakefile.sh,v 1.15 1996/10/30 08:44:18 peter Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile
@@ -205,7 +205,6 @@ EOF
sed < ${SRCDIR}/unix/tclConfig.sh > ${LIBTCL}/tclConfig.sh \
-e '/^TCL.*_LIB_SPEC=/s/-L.* //' \
- -e "/libtcl/s/\.so\.1\.0/.so.1.${SHLIB_MINOR}/" \
- -e '/^TCL_SHLIB_SUFFIX=/s/\.so/.so.1.0/'
+ -e "/libtcl/s/\.so\.1\.0/.so.1.${SHLIB_MINOR}/"
rm -f m.x ${SRCDIR}/unix/config.log ${SRCDIR}/unix/Makefile ${SRCDIR}/unix/config.cache ${SRCDIR}/unix/config.status ${SRCDIR}/unix/tclConfig.sh