New shlib is 80.3

This commit is contained in:
Poul-Henning Kamp 1997-10-01 13:31:29 +00:00
parent 7ff52f246b
commit 865d6cb1ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30041

View File

@ -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