split beforeinstall hook up so that the header install stuff is reachable

without risking invoking ${SHARED}.
This commit is contained in:
Peter Wemm 1997-08-18 06:28:47 +00:00
parent 291cacf91a
commit ef75e7acaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28356

View File

@ -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