From 960dca2cd446b33e702900bbe3280d88ee84b503 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Mon, 6 Jun 2011 15:03:27 +0000 Subject: [PATCH] Makefile fix for mips architecture (#4995): Fixes the \n in the $ARCH variable for IRIX/mips Patch by Patrick Baggett --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6e365b7..eb068260 100644 --- a/Makefile +++ b/Makefile @@ -739,7 +739,7 @@ else # ifeq netbsd ifeq ($(PLATFORM),irix64) - ARCH=mips #default to MIPS + ARCH=mips CC = c99 MKDIR = mkdir -p