0
0
Fork 0
mirror of https://github.com/DrBeef/ioq3quest.git synced 2025-03-21 17:30:58 +00:00

Makefile fix for mips architecture ():

Fixes the \n in the $ARCH variable for IRIX/mips

Patch by Patrick Baggett
This commit is contained in:
Thilo Schulz 2011-06-06 15:03:27 +00:00
parent bd2b704c91
commit 960dca2cd4

View file

@ -739,7 +739,7 @@ else # ifeq netbsd
ifeq ($(PLATFORM),irix64)
ARCH=mips #default to MIPS
ARCH=mips
CC = c99
MKDIR = mkdir -p