r723 - in trunk/code/tools: asm lcc
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Apr 23 16:59:06 EDT 2006
Author: ludwig
Date: 2006-04-23 16:59:06 -0400 (Sun, 23 Apr 2006)
New Revision: 723
Modified:
trunk/code/tools/asm/Makefile
trunk/code/tools/lcc/Makefile
Log:
SunOS -> sunos (patch by Vincent Cojot)
Modified: trunk/code/tools/asm/Makefile
===================================================================
--- trunk/code/tools/asm/Makefile 2006-04-23 20:04:42 UTC (rev 722)
+++ trunk/code/tools/asm/Makefile 2006-04-23 20:59:06 UTC (rev 723)
@@ -6,7 +6,7 @@
BINEXT=
endif
-ifeq ($(PLATFORM),SunOS)
+ifeq ($(PLATFORM),sunos)
INSTALL=ginstall
else
INSTALL=install
Modified: trunk/code/tools/lcc/Makefile
===================================================================
--- trunk/code/tools/lcc/Makefile 2006-04-23 20:04:42 UTC (rev 722)
+++ trunk/code/tools/lcc/Makefile 2006-04-23 20:59:06 UTC (rev 723)
@@ -30,7 +30,7 @@
LCC_CFLAGS += -DMACOS_X
endif
-ifeq ($(PLATFORM),SunOS)
+ifeq ($(PLATFORM),sunos)
INSTALL=ginstall
else
INSTALL=install
More information about the quake3-commits
mailing list