summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-10-01 13:31:29 +0000
committerphk <phk@FreeBSD.org>1997-10-01 13:31:29 +0000
commit7503860211a9c8f243bf1924ec8ae4355a8f6f8f (patch)
treefeecba209ff1def0740b208659d7e79aee29ea3b /tools
parente04d9835eb4a14fa4aa957ea47f07610369df4db (diff)
downloadFreeBSD-src-7503860211a9c8f243bf1924ec8ae4355a8f6f8f.zip
FreeBSD-src-7503860211a9c8f243bf1924ec8ae4355a8f6f8f.tar.gz
New shlib is 80.3
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 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
OpenPOWER on IntegriCloud