Changed path to uname

SVN revision: 1797
This commit is contained in:
Stefan Ritt 2007-02-19 10:24:38 +00:00
parent 32f2f9858c
commit b9bb4a4470

View File

@ -37,7 +37,7 @@ BINGROUP = bin
INSTALL = `which install` INSTALL = `which install`
RM = /bin/rm -f RM = /bin/rm -f
OSTYPE = $(shell /usr/bin/uname) OSTYPE = $(shell /bin/uname)
ifeq ($(OSTYPE),SunOS) ifeq ($(OSTYPE),SunOS)
CC = gcc CC = gcc