diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tcl_bmake/mkMakefile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index c8bdf12..29bf82e 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.24 1997/08/16 07:11:28 peter Exp $ +# $Id: mkMakefile.sh,v 1.25 1997/08/21 16:14:23 bde Exp $ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -8,7 +8,7 @@ set -e # SETME: what versions the shared library should have. SHLIB_MAJOR=80 -SHLIB_MINOR=2 +SHLIB_MINOR=3 # SETME: where is the tcl stuff relative to this script SRCDIR=../../../contrib/tcl @@ -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.24 1997/08/16 07:11:28 peter Exp $ +# $Id: mkMakefile.sh,v 1.25 1997/08/21 16:14:23 bde Exp $ # ' | tr -d '$' >> ${LIBTCL}Makefile |