Skip to content

Commit c0d5153

Browse files
authored
Merge pull request #9977 from rabbitmq/run-install-cli-target-at-build-time
rabbitmq-dist.mk: Install CLI scripts as part of the build instead of the `dist` target
2 parents 7aaaf2f + d24315d commit c0d5153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/mk/rabbitmq-dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ CLI_SCRIPTS_LOCK = $(CLI_SCRIPTS_DIR).lock
215215
CLI_ESCRIPTS_LOCK = $(CLI_ESCRIPTS_DIR).lock
216216

217217
ifneq ($(filter-out rabbit_common amqp10_common rabbitmq_stream_common,$(PROJECT)),)
218-
dist:: install-cli
218+
app:: install-cli
219219
test-build:: install-cli
220220
endif
221221

0 commit comments

Comments
 (0)