Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2019-12-12 13:14:52 +01:00
parent 63bd302167
commit 33d436266e
1 changed files with 4 additions and 4 deletions

View File

@ -322,15 +322,15 @@ prepare-dist::
ifneq ($(wildcard ../../UMBRELLA.md),)
UNDER_UMBRELLA = 1
DEPS_DIR ?= $(abspath ..)
else ifneq ($(wildcard ../../../../UMBRELLA.md),)
UNDER_UMBRELLA = 1
DEPS_DIR ?= $(abspath ../../..)
else ifneq ($(wildcard UMBRELLA.md),)
UNDER_UMBRELLA = 1
endif
ifeq ($(UNDER_UMBRELLA),1)
ifneq ($(PROJECT),rabbitmq_public_umbrella)
DEPS_DIR ?= $(abspath ..)
endif
ifneq ($(filter distclean distclean-deps,$(MAKECMDGOALS)),)
SKIP_DEPS = 1
endif