summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/compat/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.subdir.mk>
OpenPOWER on IntegriCloud