Skip to content

Commit 37152d0

Browse files
committed
Fix incorrect location of HEX_TARBALL_FILES in deps/amqp10_common
(cherry picked from commit 6433613)
1 parent 716c3b8 commit 37152d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/amqp10_common/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ define HEX_TARBALL_EXTRA_METADATA
2424
}
2525
endef
2626

27-
HEX_TARBALL_FILES += $(DEPS_DIR)/../rabbitmq-components.mk
28-
2927
DIALYZER_OPTS += --src -r test
3028
BUILD_DEPS = rabbit_common
3129

@@ -49,4 +47,6 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
4947
include ../../rabbitmq-components.mk
5048
include ../../erlang.mk
5149

50+
HEX_TARBALL_FILES += $(DEPS_DIR)/../rabbitmq-components.mk
51+
5252
-include development.post.mk

0 commit comments

Comments
 (0)