make: Fix circular dependency

Running "make -C deps/rabbit ct-feature_flags_v2" on a clean
repository would not work due to a circular dependency. Since
the plugin in question is a no-op in 4.x, only used in tests,
we make the plugin depend on nothing to avoid the issue.
This commit is contained in:
Loïc Hoguin 2024-06-20 11:53:16 +02:00
parent 0d3363857f
commit 21619bba40
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
PROJECT = rabbitmq_amqp1_0
PROJECT_DESCRIPTION = Deprecated no-op AMQP 1.0 plugin
DEPS = rabbit
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk