From 5b508eb7c367d57b3ad4d703e7e02c9e7d3a3162 Mon Sep 17 00:00:00 2001 From: nyan Date: Sat, 10 Feb 2001 13:11:02 +0000 Subject: Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98. --- lib/compat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/compat/Makefile') diff --git a/lib/compat/Makefile b/lib/compat/Makefile index cb3d628..2855c87 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 -- cgit v1.1