From e08ed196c941b9590d6b87fc616377fd529eb1c4 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Fri, 16 Oct 2020 14:25:47 +0200
Subject: [PATCH] [Makefile] .depend does not depend on anything

Avoid calling too many times `make depend` in case a generated file changes
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3c5faa0f188..34d9a191c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -2303,7 +2303,7 @@ PLUGIN_DEP_LIST:=$(PLUGIN_LIST)
 
 # in case .depend is absent, we will make it. Otherwise, it will be left
 # untouched. Only make depend will force a recomputation of dependencies
-.depend: $(GENERATED) share/Makefile.dynamic_config
+.depend:
 	$(MAKE) depend
 
 depend:: $(GENERATED) share/Makefile.dynamic_config
-- 
GitLab