From 5ded6b34f8fb6b1d4aa3dbb720e2056b85c636b7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 17 Dec 1996 13:08:08 +0000 Subject: [PATCH] Fix the 'info sharedlibextention' output in tclsh which was caused by a missing define during the libtcl build. This is needed to get Tclmidi 3.1 to work. This should close PR#2006 This should also go into 2.2, like the previous commit. Submitted by: A JOSEPH KOSHY --- tools/tools/tcl_bmake/mkMakefile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index 1492d9370e18..557f6414c2b1 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.16 1996/10/31 15:57:25 peter Exp $ +# $Id: mkMakefile.sh,v 1.17 1996/12/16 11:53:50 peter Exp $ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -25,7 +25,7 @@ echo ' foo: @echo ${OBJS} bar: - @echo ${AC_FLAGS} + @echo ${AC_FLAGS} -DTCL_SHLIB_EXT=\\\"${SHLIB_SUFFIX}\\\" ' >> m.x # Put a RCS Id in the file, but not the one from this file :-) @@ -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.16 1996/10/31 15:57:25 peter Exp $ +# $Id: mkMakefile.sh,v 1.17 1996/12/16 11:53:50 peter Exp $ # ' | tr -d '$' >> ${LIBTCL}Makefile