From 3344d6f2a629562e934ac7a9ab62bdb7a5c1f57c Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 28 Nov 1995 20:04:19 +0000 Subject: [PATCH] Added 'install' to the lib-tools target since it is uses the new '-C' flag to install libraries to avoid messing up dependencies. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d229359d6bb..874802acd45 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 && \