Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98.
This commit is contained in:
parent
69115ebe90
commit
96cd764ed3
@ -16,10 +16,10 @@ SUBDIR+= compat21
|
||||
SUBDIR+= compat22
|
||||
.endif
|
||||
.if defined(COMPAT3X) || defined(RELEASEDIR)
|
||||
SUBDIR+= compat3x.${MACHINE}
|
||||
SUBDIR+= compat3x.${MACHINE_ARCH}
|
||||
.endif
|
||||
.if defined(COMPAT4X) || defined(RELEASEDIR)
|
||||
SUBDIR+= compat4x.${MACHINE}
|
||||
SUBDIR+= compat4x.${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user