From 825cbd5821bb55e0f193b0b978da68710127f0c9 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 15 Sep 1997 05:58:50 +0000 Subject: [PATCH] When calling the src/include Makefile use the shorthand ``all beforeinstall'' inplace of ``all installhdrs symlinks'' so those of us who run with SHARED=copies get the right results. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3bbbaf37a6e..d3d11816649 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.142 1997/08/31 21:06:40 peter Exp $ +# $Id: Makefile,v 1.143 1997/09/05 09:11:24 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -450,7 +450,7 @@ includes: mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include .endif - cd ${.CURDIR}/include && ${MAKE} all installhdrs symlinks + cd ${.CURDIR}/include && ${MAKE} all beforeinstall cd ${.CURDIR}/gnu/include && ${MAKE} install cd ${.CURDIR}/gnu/lib/libmp && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libobjc && ${MAKE} beforeinstall