Added explicit path for 'uname'

SVN revision: 1794
This commit is contained in:
Stefan Ritt 2007-02-19 10:14:58 +00:00
parent 15c0a2b939
commit e382f6c37f

View File

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