aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-12-17 13:08:08 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-12-17 13:08:08 +0000
commit5ded6b34f8fb6b1d4aa3dbb720e2056b85c636b7 (patch)
tree56f8367d4b8f68a5d6c8c0de11b81cc3a1cc0d78 /tools
parentf31d4d080c1612bcaea502ff0c75a36209175e98 (diff)
downloadsrc-5ded6b34f8fb6b1d4aa3dbb720e2056b85c636b7.tar.gz
src-5ded6b34f8fb6b1d4aa3dbb720e2056b85c636b7.zip
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>
Notes
Notes: svn path=/head/; revision=20585
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 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