aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--code/tools/asm/Makefile2
-rw-r--r--code/tools/lcc/Makefile2
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