From bd7a4ae69cca984000975ac3d2cee724f6ad8ce9 Mon Sep 17 00:00:00 2001 From: ludwig Date: Sun, 23 Apr 2006 20:59:06 +0000 Subject: SunOS -> sunos (patch by Vincent Cojot) git-svn-id: svn://svn.icculus.org/quake3/trunk@723 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/tools/asm/Makefile | 2 +- code/tools/lcc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/tools/asm/Makefile b/code/tools/asm/Makefile index f03025c..df35571 100644 --- a/code/tools/asm/Makefile +++ b/code/tools/asm/Makefile @@ -6,7 +6,7 @@ else BINEXT= endif -ifeq ($(PLATFORM),SunOS) +ifeq ($(PLATFORM),sunos) INSTALL=ginstall else INSTALL=install diff --git a/code/tools/lcc/Makefile b/code/tools/lcc/Makefile index 381b48e..8dd5fb2 100644 --- a/code/tools/lcc/Makefile +++ b/code/tools/lcc/Makefile @@ -30,7 +30,7 @@ ifeq ($(PLATFORM),darwin) LCC_CFLAGS += -DMACOS_X endif -ifeq ($(PLATFORM),SunOS) +ifeq ($(PLATFORM),sunos) INSTALL=ginstall else INSTALL=install -- cgit v1.2.3