Skip to content

Commit 6f0754d

Browse files
committed
Update rabbitmq-components.mk
1 parent 85fcede commit 6f0754d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rabbitmq-components.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,16 @@ endif
319319

320320
UPSTREAM_RMQ_COMPONENTS_MK = $(DEPS_DIR)/rabbit_common/mk/rabbitmq-components.mk
321321

322+
ifeq ($(PROJECT),rabbit_common)
323+
check-rabbitmq-components.mk:
324+
@:
325+
else
322326
check-rabbitmq-components.mk:
323327
$(verbose) cmp -s rabbitmq-components.mk \
324328
$(UPSTREAM_RMQ_COMPONENTS_MK) || \
325329
(echo "error: rabbitmq-components.mk must be updated!" 1>&2; \
326330
false)
331+
endif
327332

328333
ifeq ($(PROJECT),rabbit_common)
329334
rabbitmq-components-mk:

0 commit comments

Comments
 (0)