From 58dd3bfdc745ace55fcf308a7bb42237a00259f3 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sun, 25 Oct 2009 23:07:31 -0700 Subject: makefile: fix rltile-build contrib dependency chain Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makefile') 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 -- cgit v1.2.3-54-g00ecf