From b9bb4a447001b47b43cb52953d5f528e459a6aa5 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 19 Feb 2007 10:24:38 +0000 Subject: [PATCH] Changed path to uname SVN revision: 1797 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03996bd2..9ee35bac 100644 --- a/Makefile +++ b/Makefile @@ -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