Makefile: Load rabbitmq-dist.mk before rabbitmq-run.mk

rabbitmq-run.mk also loads rabbitmq-dist.mk. This avoids a double-load
of rabbitmq-dist.mk.
This commit is contained in:
Jean-Sébastien Pédron 2017-01-31 11:24:05 +01:00
parent a5a4fda6e5
commit 0b95bbfc9e
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 1 deletions

View File

@ -131,8 +131,8 @@ EXTRA_SOURCES += $(USAGES_ERL)
$(PROJECT).d:: $(EXTRA_SOURCES)
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
rabbit_common/mk/rabbitmq-run.mk \
rabbit_common/mk/rabbitmq-dist.mk \
rabbit_common/mk/rabbitmq-run.mk \
rabbit_common/mk/rabbitmq-tools.mk
# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be