summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-08-28 11:32:44 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit153eac10f0c374d568cead74db3843efc0728246 (patch)
treeec343d7d80579f43155cd2527c30da3b46968b38 /Makefile
parentc3ff397dbda7d10fed6f0e6c2e6f4a3d080d3204 (diff)
downloadrabbitmq-server-git-153eac10f0c374d568cead74db3843efc0728246.tar.gz
Makefile: Use the rabbitmq-run.mk plugin, not -dist.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30c9494d7d..7fce330fcb 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ 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-dist.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
@: