From b3a028f70325bc88ded74a9e3463255a780e8508 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Thu, 23 Mar 1995 23:40:29 +0000 Subject: [PATCH] Add gnu/usr.bin/ld to lib-tools: since you need this compiled very early if you are running a back release. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 467859862f20..c142f27def40 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.48 1995/03/19 17:24:24 ats Exp $ +# $Id: Makefile,v 1.49 1995/03/23 19:03:02 rgrimes Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -231,6 +231,8 @@ lib-tools: @echo " Rebuilding tools needed to build the libraries" @echo "--------------------------------------------------------------" @echo + cd ${.CURDIR}/gnu/usr.bin/ld && \ + ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/ar && \ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/ranlib && \