summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-25 23:07:31 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-25 23:07:31 -0700
commit58dd3bfdc745ace55fcf308a7bb42237a00259f3 (patch)
tree3145ce3342fc11b903607991af6146bba202e0ac /crawl-ref/source/makefile
parent10122d4ef098e941bf69116977ae97ea85e40e7e (diff)
downloadcrawl-ref-58dd3bfdc745ace55fcf308a7bb42237a00259f3.tar.gz
crawl-ref-58dd3bfdc745ace55fcf308a7bb42237a00259f3.zip
makefile: fix rltile-build contrib dependency chain
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index a64b25a6d7..517d326ae8 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -766,7 +766,7 @@ art-data.h: art-data.txt util/art-data.pl art-func.h
#
.PHONY: rltile-build
-rltile-build:: contrib
+rltile-build: .contrib-libs
$(MAKE) -C $(RLTILES) -f makefile.unix all
$(TILEDEFSRCS): rltile-build