r695 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Apr 4 10:33:35 EDT 2006
Author: ludwig
Date: 2006-04-04 10:33:35 -0400 (Tue, 04 Apr 2006)
New Revision: 695
Modified:
trunk/Makefile
Log:
solaris tr apparently doesn't work as the GNU one
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-04-04 07:12:24 UTC (rev 694)
+++ trunk/Makefile 2006-04-04 14:33:35 UTC (rev 695)
@@ -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...
More information about the quake3-commits
mailing list