From e382f6c37fafacdb3de5236f39089d84f0743acb Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 19 Feb 2007 10:14:58 +0000 Subject: [PATCH] Added explicit path for 'uname' SVN revision: 1794 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e5e9975..03996bd2 100644 --- a/Makefile +++ b/Makefile @@ -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