summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1997-09-15 05:58:50 +0000
committerrgrimes <rgrimes@FreeBSD.org>1997-09-15 05:58:50 +0000
commit4e83d999c4f34f75aae4c3e076428818dc4da625 (patch)
tree5079e53d4248f32df4e767125e58b1004a6b8cbf /Makefile
parent23d5613e6338c4bf2654a824f7244a39ce3ff9fe (diff)
downloadFreeBSD-src-4e83d999c4f34f75aae4c3e076428818dc4da625.zip
FreeBSD-src-4e83d999c4f34f75aae4c3e076428818dc4da625.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3bbbaf3..d3d1181 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
OpenPOWER on IntegriCloud