aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-25 19:40:53 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-25 19:40:53 +0000
commit5c2de1d70329ecdf9b011721ec12036b65ce25d1 (patch)
tree9239b410e7989f03ed653d1b4ebaac6854f5a863 /Makefile
parent4e00c309c002b3a4f29690c60ec4bdc4338704f3 (diff)
downloadsrc-5c2de1d70329ecdf9b011721ec12036b65ce25d1.tar.gz
src-5c2de1d70329ecdf9b011721ec12036b65ce25d1.zip
Use new installhdrs target to install tcl includes.
Notes
Notes: svn path=/head/; revision=28728
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 141d33faa21d..caabe0d7af37 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