diff options
author | bde <bde@FreeBSD.org> | 1998-01-17 15:49:55 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-01-17 15:49:55 +0000 |
commit | eae19c3a546f5b920bd3ac89289cd54ad939783e (patch) | |
tree | a71d0d064e9fbcc04b8546e84dd828019286b498 /tools | |
parent | c73933598abd6a1d2341f4c5a98889ac0553c51f (diff) | |
download | FreeBSD-src-eae19c3a546f5b920bd3ac89289cd54ad939783e.zip FreeBSD-src-eae19c3a546f5b920bd3ac89289cd54ad939783e.tar.gz |
Updated shlib version to 80.4 in the correct place.
Regenerated libtcl/Makefile. This adds -DHAVE_ST_BLKSIZE=1 to CFLAGS.
It was broken by direct editing in rev.1.25.
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 29bf82e..3e3feea 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.25 1997/08/21 16:14:23 bde Exp $ +# $Id: mkMakefile.sh,v 1.26 1997/10/01 13:31:29 phk 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=3 +SHLIB_MINOR=4 # 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.25 1997/08/21 16:14:23 bde Exp $ +# $Id: mkMakefile.sh,v 1.26 1997/10/01 13:31:29 phk Exp $ # ' | tr -d '$' >> ${LIBTCL}Makefile |