From 76ac72fd43298476335cbdca3cee5bb0ead7082c Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Tue, 1 Mar 2011 20:51:41 +0000 Subject: Fix misuse of TARGET_ARCH. This should be MACHINE_ARCH. --- sys/modules/zfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/zfs/Makefile') diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile index 53271f4..21a6ad0 100644 --- a/sys/modules/zfs/Makefile +++ b/sys/modules/zfs/Makefile @@ -85,7 +85,7 @@ CFLAGS+=-I${SUNW}/common CFLAGS+=-I${.CURDIR}/../../../include CFLAGS+=-DBUILDING_ZFS -.if ${TARGET_ARCH} == "powerpc64" +.if ${MACHINE_ARCH} == "powerpc64" CFLAGS+=-mminimal-toc .endif -- cgit v1.1