Skip to content
Snippets Groups Projects
Commit e08ed196 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[Makefile] .depend does not depend on anything

Avoid calling too many times `make depend` in case a generated file changes
parent 1d2c7495
No related branches found
No related tags found
No related merge requests found
...@@ -2303,7 +2303,7 @@ PLUGIN_DEP_LIST:=$(PLUGIN_LIST) ...@@ -2303,7 +2303,7 @@ PLUGIN_DEP_LIST:=$(PLUGIN_LIST)
# in case .depend is absent, we will make it. Otherwise, it will be left # in case .depend is absent, we will make it. Otherwise, it will be left
# untouched. Only make depend will force a recomputation of dependencies # untouched. Only make depend will force a recomputation of dependencies
.depend: $(GENERATED) share/Makefile.dynamic_config .depend:
$(MAKE) depend $(MAKE) depend
depend:: $(GENERATED) share/Makefile.dynamic_config depend:: $(GENERATED) share/Makefile.dynamic_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment