Doh! two last second refactoring typos crept in. Fix.

This commit is contained in:
Warner Losh 2010-09-13 06:50:07 +00:00
parent d2fb1699ac
commit 336c4b45ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212535

View File

@ -13,11 +13,11 @@ TARGET_CPUARCH= ${TARGET_ARCH:C/mipse[bl]/mips/:C/armeb/arm/}
TARGET_CPUARCH= ${MACHINE_CPUARCH}
TARGET_ARCH= ${MACHINE_ARCH}
.endif
.if exists(${.CURDIR}/../arch/${TARGET_ARCH}
.if exists(${.CURDIR}/../arch/${TARGET_ARCH})
CFLAGS+= -I${.CURDIR}/../arch/${TARGET_ARCH}
.else
CFLAGS+= -I${.CURDIR}/../arch/${TARGET_CPUARCH}
.enidf
.endif
CFLAGS+= -I${.CURDIR}/../common
OBJECT_FMT= ELF