From e0876ca9cd21b48c54a5ee71f51bfac2892b7942 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 17 Feb 2006 19:47:39 +0000 Subject: [PATCH] Changed SOLARIS to SunOS SVN revision: 1659 --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c60754b2..07555f44 100644 --- a/Makefile +++ b/Makefile @@ -39,11 +39,7 @@ RM = /bin/rm -f OSTYPE = $(shell uname) -ifeq ($(OSTYPE),solaris) -OSTYPE=SOLARIS -endif - -ifeq ($(OSTYPE),SOLARIS) +ifeq ($(OSTYPE),SunOS) CC = gcc LIBS += -lsocket -lnsl CFLAGS =