Skip to content

Commit ae3fb9b

Browse files
committed
Updated build
1 parent 072f12e commit ae3fb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/modules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MERGED_DEPENDENCIES := \
3939
$(DEPENDENCIES) \
4040
$(TEST_DEPENDENCIES)
4141
UNIQ_MERGED_DEPENDENCIES := $(call uniq, $(MERGED_DEPENDENCIES))
42-
UNIQ_ALL_DEPENDENCIES := $(call uniq, $(ALL_DEPENDENCIES) $(PLUGIN_DEPENDENCIES))
42+
UNIQ_ALL_DEPENDENCIES := $(call uniq, $(ALL_DEPENDENCIES))
4343

4444
# Find the proper branch of the GIT repository
4545
ifeq ($(TREE),1)

0 commit comments

Comments
 (0)