Skip to content

Commit

Permalink
solaris tr apparently doesn't work as the GNU one
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Apr 4, 2006
1 parent 150ad09 commit 08f44d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 08f44d8

Please sign in to comment.