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.
This commit is contained in:
Bruce Evans 1998-01-17 15:49:55 +00:00
parent ced716c30f
commit 7eb44007dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32590
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.24 1997/10/01 13:37:27 phk Exp $
# $Id: Makefile,v 1.25 1997/11/27 20:52:28 pst Exp $
#
# This file is generated automatically, do not edit it here!
#
@ -23,7 +23,7 @@ SHLIB_MINOR= 4
LIB= tcl
CFLAGS+= -DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_SHLIB_EXT=\".so\"
CFLAGS+= -DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_SHLIB_EXT=\".so\"
CFLAGS+= -DTCL_LIBRARY=\"${TCL_LIBRARY}\"
CFLAGS+= -DTCL_PACKAGE_PATH=\"/usr/libdata/tcl\"

View File

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