summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-06-06 15:03:27 +0000
committerTim Angus <tim@ngus.net>2013-01-09 22:38:48 +0000
commit56bcef8eb82613125c531cc73dbd069d4f841ea7 (patch)
tree05947cc5a55c446ae21de97b6e79cb6068205ecf /Makefile
parent83a9bacbe185ccd6b21e5fd18085b8fdce306cc9 (diff)
Makefile fix for mips architecture (#4995): Fixes the \n in the $ARCH variable for IRIX/mips
Patch by Patrick Baggett
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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