r694 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Apr 4 03:12:28 EDT 2006
Author: ludwig
Date: 2006-04-04 03:12:24 -0400 (Tue, 04 Apr 2006)
New Revision: 694
Modified:
trunk/Makefile
Log:
PLATFORM is lower case
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-04-03 05:36:41 UTC (rev 693)
+++ trunk/Makefile 2006-04-04 07:12:24 UTC (rev 694)
@@ -537,7 +537,7 @@
# SETUP AND BUILD -- SunOS
#############################################################################
-ifeq ($(PLATFORM),SunOS)
+ifeq ($(PLATFORM),sunos)
CC=gcc
INSTALL=ginstall
@@ -607,7 +607,7 @@
LDFLAGS+=-m32
endif
-else # ifeq SunOS
+else # ifeq sunos
#############################################################################
# SETUP AND BUILD -- GENERIC
More information about the quake3-commits
mailing list