summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-25 19:40:53 +0000
committerbde <bde@FreeBSD.org>1997-08-25 19:40:53 +0000
commit31fec0a98dfa905ae4235d3b9969fcd858eb0912 (patch)
tree6ac825542f894314455bf11154328c8dd054a34e /Makefile
parentfefb31984036c52416ff19dddb3e14a5227b987c (diff)
downloadFreeBSD-src-31fec0a98dfa905ae4235d3b9969fcd858eb0912.zip
FreeBSD-src-31fec0a98dfa905ae4235d3b9969fcd858eb0912.tar.gz
Use new installhdrs target to install tcl includes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 141d33f..caabe0d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.138 1997/08/21 15:16:07 bde Exp $
+# $Id: Makefile,v 1.139 1997/08/21 15:43:54 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -484,7 +484,7 @@ includes:
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
.if !defined(NOTCL) && exists (${.CURDIR}/contrib/tcl) && \
exists(${.CURDIR}/usr.bin/tclsh) && exists (${.CURDIR}/lib/libtcl)
- cd ${.CURDIR}/lib/libtcl && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libtcl && ${MAKE} installhdrs
.endif
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud