aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d87e899..6bd4e43 100644
--- a/Makefile
+++ b/Makefile
@@ -537,7 +537,7 @@ else # ifeq IRIX
# SETUP AND BUILD -- SunOS
#############################################################################
-ifeq ($(PLATFORM),SunOS)
+ifeq ($(PLATFORM),sunos)
CC=gcc
INSTALL=ginstall
@@ -607,7 +607,7 @@ ifeq ($(PLATFORM),SunOS)
LDFLAGS+=-m32
endif
-else # ifeq SunOS
+else # ifeq sunos
#############################################################################
# SETUP AND BUILD -- GENERIC