From 96cd764ed36a6f0e49ea571a7b8f750a1a6733eb Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sat, 10 Feb 2001 13:11:02 +0000 Subject: [PATCH] Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98. --- lib/compat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/compat/Makefile b/lib/compat/Makefile index cb3d62890a3a..2855c875be65 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -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