diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-01 13:31:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-01 13:31:29 +0000 |
| commit | 865d6cb1ab08be2ed22c4fb5ce3faadeb282e4a1 (patch) | |
| tree | 5e6a80adf91f88cf031cdfd60c4461bec75b886c /tools | |
| parent | 7ff52f246ba0dd7efe7e7d06feb261097f4680e9 (diff) | |
Notes
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 c8bdf129576a..29bf82efb48e 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 |
