From a2284ec9c8c8b827f79248ba0d2bafe0ee26fcc0 Mon Sep 17 00:00:00 2001 From: Loring Holden Date: Sat, 11 Mar 2000 05:36:18 +0000 Subject: [PATCH] Use ASM_ARCH instead of NO_ASMOPT to figure out if we are on an x86 platform --- qw_client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw_client/Makefile.in b/qw_client/Makefile.in index dedd7ee..dd6a248 100644 --- a/qw_client/Makefile.in +++ b/qw_client/Makefile.in @@ -67,7 +67,7 @@ all: $(targets) # Source files # -ifneq ($(NO_ASMOPT),yes) +ifeq ($(ASM_ARCH),i386) # Source file the Intel archictecture only CL_ADDITIONAL_GENERAL_SRC = sys_dosa.s math.s worlda.s SWREND_SRC_PLAT = d_draw.s d_draw16.s d_parta.s d_polysa.s d_scana.s \