Changed path to uname

SVN revision: 1797
This commit is contained in:
2007-02-19 10:24:38 +00:00
parent 32f2f9858c
commit b9bb4a4470
+1 -1
View File
@@ -37,7 +37,7 @@ BINGROUP = bin
INSTALL = `which install`
RM = /bin/rm -f
OSTYPE = $(shell /usr/bin/uname)
OSTYPE = $(shell /bin/uname)
ifeq ($(OSTYPE),SunOS)
CC = gcc