From 56bcef8eb82613125c531cc73dbd069d4f841ea7 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Mon, 6 Jun 2011 15:03:27 +0000 Subject: 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(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56d56864..7db2ac70 100644 --- a/Makefile +++ b/Makefile @@ -728,7 +728,7 @@ else # ifeq netbsd ifeq ($(PLATFORM),irix64) - ARCH=mips #default to MIPS + ARCH=mips CC = c99 MKDIR = mkdir -p -- cgit