We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072f12e commit ae3fb9bCopy full SHA for ae3fb9b
make/modules.mk
@@ -39,7 +39,7 @@ MERGED_DEPENDENCIES := \
39
$(DEPENDENCIES) \
40
$(TEST_DEPENDENCIES)
41
UNIQ_MERGED_DEPENDENCIES := $(call uniq, $(MERGED_DEPENDENCIES))
42
-UNIQ_ALL_DEPENDENCIES := $(call uniq, $(ALL_DEPENDENCIES) $(PLUGIN_DEPENDENCIES))
+UNIQ_ALL_DEPENDENCIES := $(call uniq, $(ALL_DEPENDENCIES))
43
44
# Find the proper branch of the GIT repository
45
ifeq ($(TREE),1)
0 commit comments