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.
This commit is contained in:
Peter Wemm 1998-05-27 15:40:35 +00:00
parent 07870b45ae
commit 1907cbbd35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36419

View File

@ -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; \