[quake3-commits] r2009 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Jun 6 11:03:27 EDT 2011
Author: thilo
Date: 2011-06-06 11:03:27 -0400 (Mon, 06 Jun 2011)
New Revision: 2009
Modified:
trunk/Makefile
Log:
Makefile fix for mips architecture (#4995):
Fixes the \n in the $ARCH variable for IRIX/mips
Patch by Patrick Baggett
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-06-06 14:59:54 UTC (rev 2008)
+++ trunk/Makefile 2011-06-06 15:03:27 UTC (rev 2009)
@@ -739,7 +739,7 @@
ifeq ($(PLATFORM),irix64)
- ARCH=mips #default to MIPS
+ ARCH=mips
CC = c99
MKDIR = mkdir -p
More information about the quake3-commits
mailing list