summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-11-28 20:04:19 +0000
committernate <nate@FreeBSD.org>1995-11-28 20:04:19 +0000
commit5ad22f850a19ff8f5e2cb58794c14c206fadd295 (patch)
tree829abc811936957bd4e4c8f1facdea5257c57da9 /Makefile
parentdcdba74efa8815706735afa7fe3552d89a56ce89 (diff)
downloadFreeBSD-src-5ad22f850a19ff8f5e2cb58794c14c206fadd295.zip
FreeBSD-src-5ad22f850a19ff8f5e2cb58794c14c206fadd295.tar.gz
Added 'install' to the lib-tools target since it is uses the new '-C' flag
to install libraries to avoid messing up dependencies.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d229359..874802a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.68 1995/11/25 01:28:07 peter Exp $
+# $Id: Makefile,v 1.69 1995/11/26 07:31:13 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -256,6 +256,8 @@ lib-tools:
@echo " Rebuilding tools needed to build the libraries"
@echo "--------------------------------------------------------------"
@echo
+ cd ${.CURDIR}/usr.bin/xinstall && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/gnu/usr.bin/ld && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/ar && \
OpenPOWER on IntegriCloud