diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-20 10:52:14 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-20 10:52:14 +0100 |
| commit | 7c99d99281d29e8836d038e19bf198fc25396e0e (patch) | |
| tree | 09045bf7fa534d7166a146c69d0914a9c0237063 | |
| parent | 392f6a8b150f0fc3cec6b7414525a04d1a7b9d15 (diff) | |
| download | rabbitmq-server-git-7c99d99281d29e8836d038e19bf198fc25396e0e.tar.gz | |
Makefile: Required Ranch version was moved to rabbitmq-components.mk
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ VERSION ?= $(call get_app_version,src/$(PROJECT).app.src) PACKAGES_DIR ?= $(abspath PACKAGES) DEPS = ranch $(PLUGINS) -dep_ranch = git https://github.com/ninenines/ranch 1.2.0 define usage_xml_to_erl $(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1)))) |
