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= BINEXT=
endif endif
ifeq ($(PLATFORM),SunOS) ifeq ($(PLATFORM),sunos)
INSTALL=ginstall INSTALL=ginstall
else else
INSTALL=install INSTALL=install

View file

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