This needs to use C///, not S///.
This commit is contained in:
parent
27fc050f1d
commit
907d550100
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.15 1999/02/27 03:27:01 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.16 1999/02/27 21:13:50 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${OBJECT_FMT} == "ELF" && exists(${MACHINE_ARCH}_elf)
|
||||
SUBDIR= ${MACHINE_ARCH}_elf
|
||||
.else
|
||||
SUBDIR= ${MACHINE_ARCH:S/mipse[bl]/mips/}
|
||||
SUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}
|
||||
.endif
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
|
||||
|
|
Loading…
Reference in New Issue