summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-17 13:08:08 +0000
committerpeter <peter@FreeBSD.org>1996-12-17 13:08:08 +0000
commit12cecafb9a597dbbb1543b9c2f3589d10a6912ec (patch)
tree56f8367d4b8f68a5d6c8c0de11b81cc3a1cc0d78 /tools
parent54a44acef668e3853c84002c067bc1f465249a39 (diff)
downloadFreeBSD-src-12cecafb9a597dbbb1543b9c2f3589d10a6912ec.zip
FreeBSD-src-12cecafb9a597dbbb1543b9c2f3589d10a6912ec.tar.gz
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 <koshy@india.hp.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tcl_bmake/mkMakefile.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh
index 1492d93..557f641 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
OpenPOWER on IntegriCloud