summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-04-16 00:38:56 +0000
committerTim Angus <tim@ngus.net>2006-04-16 00:38:56 +0000
commitdfa4bb52a7ac0b1f99d1ce9f78ec0ffbb7d7febc (patch)
tree5a9285a1e1b232615ad964efc09237fe2d0b60b1 /Makefile
parent85a7e9ef79326422e1fea85d7668f37c24c3dd93 (diff)
* Merged ioq3-r708
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 989461c5..deb40a0c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,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...
@@ -542,7 +542,7 @@ else # ifeq IRIX
# SETUP AND BUILD -- SunOS
#############################################################################
-ifeq ($(PLATFORM),SunOS)
+ifeq ($(PLATFORM),sunos)
CC=gcc
INSTALL=ginstall
@@ -612,7 +612,7 @@ ifeq ($(PLATFORM),SunOS)
LDFLAGS+=-m32
endif
-else # ifeq SunOS
+else # ifeq sunos
#############################################################################
# SETUP AND BUILD -- GENERIC
@@ -1487,7 +1487,7 @@ $(B)/base/qcommon/%.asm: $(CMDIR)/%.c
# MISC
#############################################################################
-clean:clean-debug clean-release
+clean: clean-debug clean-release
$(MAKE) -C $(MASTERDIR) clean
clean2: