summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-03-23 23:40:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-03-23 23:40:29 +0000
commit8693f78768049263684bdc3831a94e32143f26a4 (patch)
tree8a266d6ebf8473e910d43b2a2835c3f624b60c0e /Makefile
parenta37e0133a67c701812c4808543bea6dc4e27e37e (diff)
downloadFreeBSD-src-8693f78768049263684bdc3831a94e32143f26a4.zip
FreeBSD-src-8693f78768049263684bdc3831a94e32143f26a4.tar.gz
Add gnu/usr.bin/ld to lib-tools: since you need this compiled very
early if you are running a back release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4678598..c142f27 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 && \
OpenPOWER on IntegriCloud