diff options
Diffstat (limited to 'code/tools/lcc')
-rw-r--r-- | code/tools/lcc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |