diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-09-19 18:46:37 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-09-19 18:46:37 +0200 |
| commit | 1f8fba1df31b2b01f7c6404fc251b22727f3d125 (patch) | |
| tree | 83827595d9ee2ae57079af75fea47539b9e18227 | |
| parent | 4e3715591d91a6aac7351aeed8a3fab7de7f438b (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
