summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-09-19 18:46:37 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-09-19 18:46:37 +0200
commit1f8fba1df31b2b01f7c6404fc251b22727f3d125 (patch)
tree83827595d9ee2ae57079af75fea47539b9e18227
parent4e3715591d91a6aac7351aeed8a3fab7de7f438b (diff)
downloadrabbitmq-server-git-1f8fba1df31b2b01f7c6404fc251b22727f3d125.tar.gz
Makefile: Remove the `$(PLUGINS)` variable
Now that plugins have an explicit dependency to rabbitmq-common and rabbitmq-server, using `$(PLUGINS)` recreates the circular dependency being fixed. This facility will be replaced by a proper mechanism. [#130659985]
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3408ae9e11..74d6053adb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ VERSION ?= $(call get_app_version,src/$(PROJECT).app.src)
# Release artifacts are put in $(PACKAGES_DIR).
PACKAGES_DIR ?= $(abspath PACKAGES)
-DEPS = ranch rabbit_common $(PLUGINS)
+DEPS = ranch rabbit_common
TEST_DEPS = rabbitmq_ct_helpers amqp_client meck proper
define usage_xml_to_erl