From 1d2d2b6038367336b53d0d9258d302f74781e656 Mon Sep 17 00:00:00 2001 From: jhibbits 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 2926fa61156..888fe0e9702 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 -- 2.42.0