aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-04 14:33:35 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-04 14:33:35 +0000
commit1a8ed04592f018ca660f22963366d705a62d85f8 (patch)
treebaebd49edbead093a0a9b604fa9dabf69b91bd4c
parent198d7986225ce8e76e9b505f34b25e86867b87c5 (diff)
downloadioquake3-aero-1a8ed04592f018ca660f22963366d705a62d85f8.tar.gz
ioquake3-aero-1a8ed04592f018ca660f22963366d705a62d85f8.zip
solaris tr apparently doesn't work as the GNU one
git-svn-id: svn://svn.icculus.org/quake3/trunk@695 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bd4e43..88a7969 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...