From b128225d7083486ed1566de5a76e602baeecc8a5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 29 Dec 2005 00:58:58 +0000 Subject: * Merged ioq3-r451 into trunk --- src/tools/asm/Makefile | 1 - src/tools/lcc/Makefile | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tools') diff --git a/src/tools/asm/Makefile b/src/tools/asm/Makefile index 0d64f14d..f03025ca 100644 --- a/src/tools/asm/Makefile +++ b/src/tools/asm/Makefile @@ -1,6 +1,5 @@ # yeah, couldn't do more simple really -PLATFORM=$(shell uname|sed -e s/_.*//|tr A-Z a-z) ifeq ($(PLATFORM),mingw32) BINEXT=.exe else diff --git a/src/tools/lcc/Makefile b/src/tools/lcc/Makefile index 03e152c2..381b48ee 100644 --- a/src/tools/lcc/Makefile +++ b/src/tools/lcc/Makefile @@ -1,4 +1,3 @@ -PLATFORM=$(shell uname|sed -e s/_.*//|tr A-Z a-z) TEMPDIR=/tmp A=.a O=.o @@ -19,7 +18,7 @@ RANLIB=ranlib DIFF=diff RM=rm -f RMDIR=rmdir -BUILDDIR=build +BUILDDIR=build-$(PLATFORM)-$(ARCH) BD=$(BUILDDIR)/ ifeq ($(USE_CCACHE),1) -- cgit