aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcoyote <coyote@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-07-17 08:12:35 +0000
committercoyote <coyote@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-07-17 08:12:35 +0000
commitd48215b8171f8ccc69450784a12e7dc5bf403c49 (patch)
tree05c251b8bc1649a3bd3fa5751d5013cfe3106c18 /Makefile
parent5b7462c99868eb3d5c827eeb54edd750aa8ef4c2 (diff)
downloadioquake3-aero-d48215b8171f8ccc69450784a12e7dc5bf403c49.tar.gz
ioquake3-aero-d48215b8171f8ccc69450784a12e7dc5bf403c49.zip
Add specific CC for SunOS
git-svn-id: svn://svn.icculus.org/quake3/trunk@1115 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 253a704..e1a6904 100644
--- a/Makefile
+++ b/Makefile
@@ -614,6 +614,7 @@ else # ifeq IRIX
ifeq ($(PLATFORM),sunos)
+ CC=gcc
INSTALL=ginstall
MKDIR=gmkdir
COPYDIR="/usr/local/share/games/quake3"