From 5999400ea8905c8adebba27de01ca616d03fc3c3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 5 Apr 1999 22:37:54 +0000 Subject: [PATCH] Clean up "lib-tools:", folding libgcc into the rest. --- Makefile.inc1 | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 08da998a6cb..dc640226b7c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.70 1999/04/03 23:46:18 obrien Exp $ +# $Id: Makefile.inc1,v 1.71 1999/04/04 21:35:27 obrien Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -600,17 +600,8 @@ lib-tools: usr.bin/tsort \ ${_aout_as} \ gnu/usr.bin/bison \ - gnu/usr.bin/cc - cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ - ${MAKE} ${MK_FLAGS} all; \ - ${MAKE} ${MK_FLAGS} -B install; \ - ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR} -.endfor - cd ${.CURDIR}/gnu/lib/libgcc; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ - ${MAKE} ${MK_FLAGS} all; \ - ${MAKE} ${MK_FLAGS} -B install; \ - ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR} -.for d in \ + gnu/usr.bin/cc \ + gnu/lib/libgcc \ ${_aout_ar} \ usr.bin/env \ usr.bin/lex/lib \