summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-17 15:52:32 +0000
committerbde <bde@FreeBSD.org>1998-01-17 15:52:32 +0000
commit6ac182269feb92e88a2f331e8c937b2d34a428f2 (patch)
tree936ab99288712eb98683f19476252a1ad9b23088 /lib/libtcl
parenteae19c3a546f5b920bd3ac89289cd54ad939783e (diff)
downloadFreeBSD-src-6ac182269feb92e88a2f331e8c937b2d34a428f2.zip
FreeBSD-src-6ac182269feb92e88a2f331e8c937b2d34a428f2.tar.gz
Don't install the tcl implementation headers. The tcl distribution
makefile doesn't install them, and they couldn't be used without lots of undocumented -I's in CFLAGS. tcl.h is still installed in /usr/include/tcl/. Note that rev.1.24 of tcl_bmake/mkMakefile.sh broke all the section 3 tcl man pages by putting it there instead of in /usr/include.
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index 0847bdf..57be55d 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.25 1997/11/27 20:52:28 pst Exp $
+# $Id: Makefile,v 1.26 1998/01/17 15:49:55 bde Exp $
#
# This file is generated automatically, do not edit it here!
#
@@ -42,9 +42,6 @@ SRCS= panic.c regexp.c tclAsync.c tclBasic.c tclBinary.c tclCkalloc.c \
tclUnixFCmd.c tclUnixFile.c tclUnixPipe.c tclUnixSock.c \
tclUnixTime.c tclUnixInit.c tclUnixNotfy.c tclLoadDl.c
-HEADERS=generic/patchlevel.h generic/tclInt.h generic/tclPort.h \
- generic/tclRegexp.h unix/tclUnixPort.h
-
beforeinstall: installhdrs
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/library/tclIndex ${DESTDIR}${TCL_LIBRARY}
@@ -61,11 +58,6 @@ beforeinstall: installhdrs
installhdrs:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/generic/tcl.h ${DESTDIR}/usr/include/tcl
-.for m in ${HEADERS}
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${TCLDIST}/$m \
- ${DESTDIR}/usr/include/tcl/$m
-.endfor
-
MANFILTER=sed "/\.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;"
OpenPOWER on IntegriCloud