Changed SOLARIS to SunOS

SVN revision: 1659
This commit is contained in:
Stefan Ritt 2006-02-17 19:47:39 +00:00
parent 01b53a2b55
commit e0876ca9cd

View File

@ -39,11 +39,7 @@ RM = /bin/rm -f
OSTYPE = $(shell uname) OSTYPE = $(shell uname)
ifeq ($(OSTYPE),solaris) ifeq ($(OSTYPE),SunOS)
OSTYPE=SOLARIS
endif
ifeq ($(OSTYPE),SOLARIS)
CC = gcc CC = gcc
LIBS += -lsocket -lnsl LIBS += -lsocket -lnsl
CFLAGS = CFLAGS =