summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-09-18 14:27:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-09-18 14:27:44 +0000
commitad6e687bb7e92020284d2b27fc29887337a932df (patch)
treeb0013759c012b16f7919f86a0f02c5ee341b464a /tools
parent84b6bcdf5380d78e0b26e48cfbdbb646f38c91d0 (diff)
Notes
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 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