From 88b2b82b0095c5042e515a8f9bcad8bd375da32b Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Sun, 23 Apr 2006 20:59:06 +0000 Subject: [PATCH] SunOS -> sunos (patch by Vincent Cojot) --- 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 f03025ca..df355719 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 381b48ee..8dd5fb2b 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