diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-09-18 14:27:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-09-18 14:27:44 +0000 |
| commit | ad6e687bb7e92020284d2b27fc29887337a932df (patch) | |
| tree | b0013759c012b16f7919f86a0f02c5ee341b464a /tools | |
| parent | 84b6bcdf5380d78e0b26e48cfbdbb646f38c91d0 (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 f44148797aa2..bb3b898e2ebe 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.9 1996/09/05 19:05:57 peter Exp $ +# $Id: mkMakefile.sh,v 1.10 1996/09/05 19:19:18 peter Exp $ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -8,7 +8,7 @@ set -ex # SETME: what versions the shared library should have. SHLIB_MAJOR=75 -SHLIB_MINOR=0 +SHLIB_MINOR=1 # SETME: where is the tcl stuff relative to this script SRCDIR=../../../contrib/tcl @@ -40,7 +40,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.9 1996/09/05 19:05:57 peter Exp $ +# $Id: mkMakefile.sh,v 1.10 1996/09/05 19:19:18 peter Exp $ # ' | tr -d '$' >> ${LIBTCL}Makefile |
