From 5d58d5b678439a0e9562c73b6116e7826b658a7a Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 11 Dec 2006 09:15:53 +0000 Subject: [PATCH] fix ISX86 --- trunk/c5/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/c5/GNUmakefile b/trunk/c5/GNUmakefile index baf650c2..6746d08a 100644 --- a/trunk/c5/GNUmakefile +++ b/trunk/c5/GNUmakefile @@ -12,7 +12,7 @@ RANLIB = ranlib CP = cp MKDIR = mkdir UNAME = $(shell uname) -ISX86 = $(shell uname -m | grep -c "i.86\|x86_64") +ISX86 = $(shell uname -m | grep -c "i.86\|x86") ISMINGW = $(shell uname | grep -c "MINGW32") # Default prefix for make install