solaris tr apparently doesn't work as the GNU one

This commit is contained in:
Ludwig Nussel 2006-04-04 14:33:35 +00:00
parent 150ad09ce1
commit 08f44d8247
1 changed files with 1 additions and 1 deletions

View File

@ -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...