${MACHINE_ARCH} != "arm32" is always true now, so remove it from an if.
This commit is contained in:
parent
eb330e618b
commit
15d53d85be
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2001/01/10 13:20:17 enami Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2002/05/02 16:42:53 wiz Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -17,7 +17,7 @@ SUBDIR= ${MACHINE_CPU}
|
|||
@false
|
||||
.endif
|
||||
|
||||
.if (${OBJECT_FMT} != "ELF" && ${MACHINE_ARCH} != "arm32")
|
||||
.if (${OBJECT_FMT} != "ELF")
|
||||
SUBDIR+= c++
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue