Just use ${MACHINE}, it's already special-casing pc98.
This commit is contained in:
parent
4abfff1e2e
commit
ff0c93cc0e
@ -9,12 +9,7 @@ SUBDIR+= ofw
|
||||
.endif
|
||||
|
||||
# Pick the machine-dependant subdir based on the target architecture.
|
||||
# XXX pc98 is basicly a special i386 with MACHINE_ARCH=i386 and MACHINE=pc98.
|
||||
.if ${MACHINE_ARCH} == "i386" && ${MACHINE} == "pc98"
|
||||
SUBDIR+= ${MACHINE}
|
||||
.else
|
||||
SUBDIR+= ${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
# Build ARC / AlphaBIOS executable on the Alpha
|
||||
# (this is a WIP (work in progress))
|
||||
|
Loading…
Reference in New Issue
Block a user