summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 63bc786a3d..4ccb28055e 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -718,8 +718,6 @@ TRACK_CFLAGS = $(subst ','\'',$(CC) $(CXX) $(ALL_CFLAGS)) # (stray ' f
##########################################################################
# Dependencies
-ifdef USE_DEPGEN
-
DEPS := $(OBJECTS:.o=.d)
ifeq ($(shell which fastdep 2> /dev/null),)
@@ -733,8 +731,8 @@ endif
depend: $(DEPS)
+ifdef USE_DEPGEN
-include $(DEPS)
-
endif
# This information is included in crash reports, and is printed with