summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-09-21 15:26:40 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-09-21 15:26:40 +0300
commit0e7e75d3e3a85965fa1848073ab82d511c4c8da5 (patch)
treec957845e0aa8192410b3bcd7408e85057cfca15a /Makefile
parentd5e11bc481154b1534c00a04d0e32a314dec7ddd (diff)
parentbe9a3f7f84d3f6c680d3019360c5458f946aa462 (diff)
downloadrabbitmq-server-git-0e7e75d3e3a85965fa1848073ab82d511c4c8da5.tar.gz
Merge branch 'stable' into rabbitmq-server-944
Diffstat (limited to 'Makefile')
-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