From 4213f90234b026771846a393fe604a5269535c16 Mon Sep 17 00:00:00 2001 From: bz Date: Sun, 28 Aug 2016 12:05:34 +0000 Subject: [PATCH] Back out r304907, Ed had fixed it apparently earlier in the cloudabi* subdirectories. Reported by: np --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index bc81d6db54c2..6a616764a734 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -766,7 +766,7 @@ _epic= epic _igb= igb .endif -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE} == "i386" +.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" _cloudabi32= cloudabi32 .endif .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"