From c956a99090e317d1cbee3c2d5e904736d5821338 Mon Sep 17 00:00:00 2001 From: zakk Date: Fri, 2 Sep 2005 21:11:46 +0000 Subject: Another patch from gladiac, cleans up the makefile a little. git-svn-id: svn://svn.icculus.org/quake3/trunk@68 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'code') diff --git a/code/unix/Makefile b/code/unix/Makefile index 6e428b1..a242852 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -19,16 +19,7 @@ PLATFORM=$(shell uname|tr A-Z a-z) PLATFORM_RELEASE=$(shell uname -r) -ARCH=$(shell uname -m) -ifeq ($(ARCH),i486) -ARCH=i386 -endif -ifeq ($(ARCH),i586) -ARCH=i386 -endif -ifeq ($(ARCH),i686) -ARCH=i386 -endif +ARCH:=$(shell uname -m | sed -e s/i.86/i386/) ### ### These paths are where you probably want to change things -- cgit v1.2.3