From 4ff972df490429850e141bdaf08f2622ffd70280 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 11 Nov 2009 21:44:33 -0800 Subject: makefile: make fastdep work with tiles fastdep wasn't picking up all tiles dependencies. --- 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 2adc7a79ae..338ff04405 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -707,7 +707,7 @@ DEPS := $(OBJECTS:.o=.d) ifeq ($(shell which fastdep 2> /dev/null),) DEPEND := $(CXX) -MM $(ALL_CFLAGS) else -DEPEND := fastdep $(DEFINES) $(INCLUDES) +DEPEND := fastdep $(DEFINES) $(DEFINES_L) $(INCLUDES) $(INCLUDES_L) endif %.d: %.cc .cflags -- cgit v1.2.3-54-g00ecf