From 279e998173453f2c5715c67f807e6f10923b1be7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 16 Mar 1998 11:58:46 +0000 Subject: [PATCH] Restored an (apparently unnecessary) -B for installing lib-tools. The install target is -j-unsafe in general, so we use -B for installing everything in `make world'. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ebec3f8b754f..76f7a520ddc9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.164 1998/03/14 13:58:21 bde Exp $ +# $Id: Makefile,v 1.165 1998/03/15 04:52:58 bde Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -570,7 +570,7 @@ lib-tools: usr.bin/uudecode cd ${.CURDIR}/$d && ${MAKE} ${MK_FLAGS} depend && \ ${MAKE} ${MK_FLAGS} all && \ - ${MAKE} ${MK_FLAGS} install && \ + ${MAKE} ${MK_FLAGS} -B install && \ ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR} .endfor