From 0abf5130c20d87da265969d781d46a4f74174737 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 18 Aug 1997 06:28:47 +0000 Subject: split beforeinstall hook up so that the header install stuff is reachable without risking invoking ${SHARED}. --- include/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index 71a42bc..35adae0 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.59 1997/06/25 08:04:51 msmith Exp $ +# $Id: Makefile,v 1.60 1997/07/31 11:32:25 asami Exp $ # # Doing a make install builds /usr/include # @@ -64,7 +64,9 @@ all: >> osreldate.h .endif -beforeinstall: ${SHARED} +beforeinstall: installhdrs ${SHARED} + +installhdrs: cd ${.CURDIR}; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${FILES} ${DESTDIR}/usr/include -- cgit v1.1