diff options
Diffstat (limited to 'core/plugins.mk')
-rw-r--r-- | core/plugins.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/plugins.mk b/core/plugins.mk index 73f2d47..d540e7d 100644 --- a/core/plugins.mk +++ b/core/plugins.mk @@ -5,12 +5,6 @@ DEP_PLUGINS ?= -define core_dep_plugin --include $(DEPS_DIR)/$(1) - -$(DEPS_DIR)/$(1): $(DEPS_DIR)/$(2) ; -endef - $(foreach p,$(DEP_PLUGINS),\ $(eval $(if $(findstring /,$p),\ $(call core_dep_plugin,$p,$(firstword $(subst /, ,$p))),\ |