diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |