From 08f44d82473c88dad14f1beb23f177f5e364cc20 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 4 Apr 2006 14:33:35 +0000 Subject: [PATCH] solaris tr apparently doesn't work as the GNU one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bd4e433..88a7969e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # GNU Make required # -COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr A-Z a-z) +COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]') ifeq ($(COMPILE_PLATFORM),darwin) # Apple does some things a little differently...