summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-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 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