From 151c9461c5bf415fd46302a4157aa551d065b58c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 5 Oct 2005 21:07:47 +0000 Subject: [PATCH] * Fixed a foul-up with the lcc Makefile --- code/tools/lcc/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/tools/lcc/makefile b/code/tools/lcc/makefile index a40187aa..6de94eb8 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