diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-18 12:52:51 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-18 12:52:51 +0000 |
| commit | cf5656e8318dc496f63e4bc5f66c674637fa8271 (patch) | |
| tree | 3e16364137a04458d9c42168621a2cd0bd3a27f8 | |
| parent | 9e466b2091153cd63d3f2a3ff91b8d964910b547 (diff) | |
Notes
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 647f62574aefe..b65fe8fcaa2d5 100644 --- a/Makefile +++ b/Makefile @@ -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; \ |
