diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-05 21:07:47 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-05 21:07:47 +0000 |
commit | 3f5e29be54b61c6d9adf87a69b68f21a4116b3e6 (patch) | |
tree | e6925c1529e5fd1b7c7e8815dc7b3dabd77308b3 /code/tools | |
parent | 51a315e5505fba9ed2292f0542c81f9d7c2ed9a0 (diff) | |
download | ioquake3-aero-3f5e29be54b61c6d9adf87a69b68f21a4116b3e6.tar.gz ioquake3-aero-3f5e29be54b61c6d9adf87a69b68f21a4116b3e6.zip |
* Fixed a foul-up with the lcc Makefile
git-svn-id: svn://svn.icculus.org/quake3/trunk@143 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/tools')
-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 |