From 31fec0a98dfa905ae4235d3b9969fcd858eb0912 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 25 Aug 1997 19:40:53 +0000 Subject: Use new installhdrs target to install tcl includes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1