summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
# --------------------------------------------------------------------