From 3f5e29be54b61c6d9adf87a69b68f21a4116b3e6 Mon Sep 17 00:00:00 2001 From: tma Date: Wed, 5 Oct 2005 21:07:47 +0000 Subject: * Fixed a foul-up with the lcc Makefile git-svn-id: svn://svn.icculus.org/quake3/trunk@143 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/tools/lcc/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/tools') diff --git a/code/tools/lcc/makefile b/code/tools/lcc/makefile index a40187a..6de94eb 100644 --- a/code/tools/lcc/makefile +++ b/code/tools/lcc/makefile @@ -31,7 +31,7 @@ what: -@echo make all q3rcc lburg q3cpp q3lcc bprint liblcc triple clean clobber makedirs: - @if [ ! -d $(B) ];then mkdir $(B);fi + @if [ ! -d $(BD) ];then mkdir $(BD);fi @if [ ! -d $(T) ];then mkdir $(T);fi all:: q3rcc lburg q3cpp q3lcc bprint liblcc -- cgit v1.2.3