mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
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>
This commit is contained in:
parent
f31d4d080c
commit
5ded6b34f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20585
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user