Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-10-26 11:15:27 +01:00
parent 2f36791a8d
commit ec3919e219
1 changed files with 3 additions and 0 deletions

View File

@ -214,8 +214,11 @@ endif
# --------------------------------------------------------------------
ifeq ($(PROJECT),rabbit_common)
else ifdef SKIP_RMQCOMP_CHECK
else ifeq ($(IS_DEP),1)
else ifneq ($(filter co up,$(MAKECMDGOALS)),)
else
# In all other cases, rabbitmq-components.mk must be in sync.
deps:: check-rabbitmq-components.mk
fetch-deps: check-rabbitmq-components.mk
endif