Enable strip for a.out too
This commit is contained in:
parent
9670878a82
commit
3f4b5577f4
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.8 1998/11/21 22:54:34 kristerw Exp $
|
||||
# $NetBSD: Makefile,v 1.9 1998/12/19 23:50:15 kristerw Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= common addr2line ar c++filt nm objcopy objdump ranlib size strings
|
||||
|
||||
# XXX once a.out works, we can add strip to all archs
|
||||
.if (${OBJECT_FMT} == "ELF")
|
||||
SUBDIR+=strip
|
||||
.endif
|
||||
SUBDIR= common addr2line ar c++filt nm objcopy objdump ranlib size \
|
||||
strings strip
|
||||
|
||||
all-addr2line all-ar all-c++filt all-nm all-objcopy all-objdump \
|
||||
all-ranlib all-size all-strings all-strip: all-common
|
||||
|
|
Loading…
Reference in New Issue