summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 827363e55..139c5e211 100644
--- a/Makefile
+++ b/Makefile
@@ -972,7 +972,7 @@ depend:
@true # The include handles this automagically
# Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
-include $(DEPS)
endif