From fa756958bc46b66d2a0eaccf660c32dd53a650ef Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Mon, 31 Jul 2006 15:33:47 +0000 Subject: [PATCH] FLAIM change. Minor update to support building on Ubuntu/SPARC. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@726 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flaim/Makefile b/flaim/Makefile index 18742ac..03f7d86 100644 --- a/flaim/Makefile +++ b/flaim/Makefile @@ -309,10 +309,9 @@ ifeq (,$(HOSTTYPE)) ifneq (,$(findstring nvalid,$(HOSTTYPE))) HOSTTYPE := $(shell uname -m) endif -endif - -ifeq (,$(HOSTTYPE)) - HOSTYPE := $(shell uname -p) + ifneq (,$(findstring unknown,$(HOSTTYPE))) + HOSTTYPE := $(shell uname -m) + endif endif ifeq (,$(HOSTTYPE))