SunOS -> sunos (patch by Vincent Cojot)

This commit is contained in:
Ludwig Nussel 2006-04-23 20:59:06 +00:00
parent 31fdab187c
commit 88b2b82b00
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ else
BINEXT=
endif
ifeq ($(PLATFORM),SunOS)
ifeq ($(PLATFORM),sunos)
INSTALL=ginstall
else
INSTALL=install

View File

@ -30,7 +30,7 @@ ifeq ($(PLATFORM),darwin)
LCC_CFLAGS += -DMACOS_X
endif
ifeq ($(PLATFORM),SunOS)
ifeq ($(PLATFORM),sunos)
INSTALL=ginstall
else
INSTALL=install