Author: jhibbits
Date: Tue May 21 03:05:24 2019
New Revision: 348040
URL: https://svnweb.freebsd.org/changeset/base/348040
Log:
stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles
Reported by: imp
Modified:
head/stand/powerpc/Makefile
Modified: head/stand/powerpc/Makefile
==============================================================================
--- head/stand/powerpc/Makefile Tue May 21 02:49:15 2019 (r348039)
+++ head/stand/powerpc/Makefile Tue May 21 03:05:24 2019 (r348040)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"