summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
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 bc0251721a..b44c4791a0 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -568,7 +568,7 @@ depend: $(OBJECTS:.o=.cc)
rm -f $(DEPENDENCY_MKF).tmp
@for i in $^; do \
echo ' ' DEP $$i; \
- $(CXX) -MM $(CFLAGS) $$i >>$(DEPENDENCY_MKF).tmp 2>/dev/null; \
+ $(CXX) -MM $(CFLAGS) $(CFLAGS_L) $$i >>$(DEPENDENCY_MKF).tmp 2>/dev/null; \
done
mv -f $(DEPENDENCY_MKF).tmp $(DEPENDENCY_MKF)
else