diff options
author | Tim Angus <tim@ngus.net> | 2005-12-29 00:58:58 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-12-29 00:58:58 +0000 |
commit | b128225d7083486ed1566de5a76e602baeecc8a5 (patch) | |
tree | d447b04f9b2ccd0ac21e74b256e33c322abc9725 /src/tools/lcc | |
parent | 4f03afa80f3c26996b750c69781c00b0e7c2058f (diff) |
* Merged ioq3-r451 into trunk
Diffstat (limited to 'src/tools/lcc')
-rw-r--r-- | src/tools/lcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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) |