diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-08-28 18:28:29 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | d68b63fafcd35f5d180541c1b8bb0fa534e7bc1b (patch) | |
| tree | 1bd7c78d3fb9a0c44f914b6cca4174cf5634fa06 /Makefile | |
| parent | 0f1efd266866ff7af9492425e4ec718867ccb98a (diff) | |
| download | rabbitmq-server-git-d68b63fafcd35f5d180541c1b8bb0fa534e7bc1b.tar.gz | |
Use `$(DEP_PLUGINS)`
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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. # -------------------------------------------------------------------- |
