From 821995dcf127ea6f734323a35684f52ba4d44c32 Mon Sep 17 00:00:00 2001 From: Coyote Date: Tue, 17 Jul 2007 08:12:35 +0000 Subject: [PATCH] Add specific CC for SunOS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 253a7046..e1a69041 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"