From 1907cbbd352717a9a301c85fee65db2f185bb63a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 27 May 1998 15:40:35 +0000 Subject: [PATCH] Move objformat after binutils, otherwise we get chicken/egg problems when building ELF. It may be that binutils and objformat need to both be moved earlier in the list though, but that can wait till the dust settles. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cd3b874ce0c4..31f576bbe12c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.181 1998/05/26 20:12:43 sos Exp $ +# $Id: Makefile,v 1.182 1998/05/27 07:59:31 sos Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -586,10 +586,10 @@ lib-tools: usr.bin/nm \ usr.bin/ranlib \ usr.bin/strip \ - usr.bin/objformat \ usr.bin/env \ gnu/usr.bin/binutils \ - usr.bin/uudecode + usr.bin/uudecode \ + usr.bin/objformat cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ ${MAKE} ${MK_FLAGS} all; \ ${MAKE} ${MK_FLAGS} -B install; \