From ede8f9e32c258a1695683d633ffc6930b0067946 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 29 Aug 1996 19:30:50 +0000 Subject: Fix the sed rule that I used to hammer out the TCL_BUILD_LIB_SPEC entry from tclConfig.sh.. It needs to be valid for the tk41 port to use... --- tools/tools/tcl_bmake/mkMakefile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index 8b7d652..b359108 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.6 1996/08/29 10:28:51 peter Exp $ +# $Id: mkMakefile.sh,v 1.7 1996/08/29 16:46:14 chuckr Exp $ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -40,7 +40,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.6 1996/08/29 10:28:51 peter Exp $ +# $Id: mkMakefile.sh,v 1.7 1996/08/29 16:46:14 chuckr Exp $ # ' | tr -d '$' >> ${LIBTCL}Makefile @@ -162,7 +162,7 @@ echo ' .include ' >> ${LIBTCL}Makefile -sed -e '/^TCL_BUILD_LIB_SPEC=/s/^/#XXX not available# /' < ${SRCDIR}/unix/tclConfig.sh > ${LIBTCL}/tclConfig.sh +sed -e '/^TCL.*_LIB_SPEC=/s/-L.* //' < ${SRCDIR}/unix/tclConfig.sh > ${LIBTCL}/tclConfig.sh rm -f m.x ${SRCDIR}/unix/config.log ${SRCDIR}/unix/Makefile ${SRCDIR}/unix/config.cache ${SRCDIR}/unix/config.status ${SRCDIR}/unix/tclConfig.sh -- cgit v1.1