diff options
author | jb <jb@FreeBSD.org> | 1998-08-18 12:52:51 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-08-18 12:52:51 +0000 |
commit | a945cbd015e6f3e08e4cf8a45e54ae6067e38bf5 (patch) | |
tree | ad44ee889be2fd0dea122f539e13c21b9ec00344 /Makefile | |
parent | 861a4bd425335a44f3f720b023ca7213cdcafa11 (diff) | |
download | FreeBSD-src-a945cbd015e6f3e08e4cf8a45e54ae6067e38bf5.zip FreeBSD-src-a945cbd015e6f3e08e4cf8a45e54ae6067e38bf5.tar.gz |
Build objformat on all architectures.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.208 1998/08/04 16:00:47 peter Exp $ +# $Id: Makefile,v 1.209 1998/08/04 17:13:38 bde Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -620,7 +620,6 @@ _aout_nm = usr.bin/nm _aout_ranlib = usr.bin/ranlib _aout_size = usr.bin/size _aout_strip = usr.bin/strip -_objformat = usr.bin/objformat .endif # @@ -645,7 +644,7 @@ lib-tools: ${_aout_strip} \ gnu/usr.bin/binutils \ usr.bin/uudecode \ - ${_objformat} + usr.bin/objformat cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ ${MAKE} ${MK_FLAGS} all; \ ${MAKE} ${MK_FLAGS} -B install; \ |