From 4d6fa83c739cd6cf2890c76069cc0390c7fb5a1e Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Tue, 21 May 2019 03:05:24 +0000 Subject: [PATCH] stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles Reported by: imp --- stand/powerpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/powerpc/Makefile b/stand/powerpc/Makefile index 2926fa611561..888fe0e97028 100644 --- a/stand/powerpc/Makefile +++ b/stand/powerpc/Makefile @@ -6,7 +6,7 @@ NO_OBJ=t SUBDIR.yes= boot1.chrp ofw uboot -.if "${TARGET_ARCH}" == "powerpc64" +.if "${MACHINE_ARCH}" == "powerpc64" SUBDIR.${MK_FDT}+= kboot .endif