summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-08-28 18:28:29 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commitd68b63fafcd35f5d180541c1b8bb0fa534e7bc1b (patch)
tree1bd7c78d3fb9a0c44f914b6cca4174cf5634fa06 /Makefile
parent0f1efd266866ff7af9492425e4ec718867ccb98a (diff)
downloadrabbitmq-server-git-d68b63fafcd35f5d180541c1b8bb0fa534e7bc1b.tar.gz
Use `$(DEP_PLUGINS)`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 54b72f708b..065126179e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,16 +19,11 @@ USAGES_ERL = $(foreach XML, $(USAGES_XML), $(call usage_xml_to_erl, $(XML)))
EXTRA_SOURCES += $(USAGES_ERL)
+DEP_PLUGINS = rabbit_common/mk/rabbitmq-run.mk
ERLANG_MK_DISABLE_PLUGINS = edoc
include erlang.mk
-# TODO: Simplify this when support is added to erlang.mk.
-ERLANG_MK_3RDPARTY_PLUGINS = $(DEPS_DIR)/rabbit_common/mk/rabbitmq-run.mk
--include $(ERLANG_MK_3RDPARTY_PLUGINS)
-$(ERLANG_MK_3RDPARTY_PLUGINS): $(DEPS_DIR)/rabbit_common
- @:
-
# --------------------------------------------------------------------
# Compilation.
# --------------------------------------------------------------------