Skip to content

Commit 7249433

Browse files
committed
Update rabbitmq-components.mk
1 parent ac06d8e commit 7249433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rabbitmq-components.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,15 @@ prepare-dist::
322322

323323
ifneq ($(wildcard ../../UMBRELLA.md),)
324324
UNDER_UMBRELLA = 1
325+
DEPS_DIR ?= $(abspath ..)
326+
else ifneq ($(wildcard ../../../../UMBRELLA.md),)
327+
UNDER_UMBRELLA = 1
328+
DEPS_DIR ?= $(abspath ../../..)
325329
else ifneq ($(wildcard UMBRELLA.md),)
326330
UNDER_UMBRELLA = 1
327331
endif
328332

329333
ifeq ($(UNDER_UMBRELLA),1)
330-
ifneq ($(PROJECT),rabbitmq_public_umbrella)
331-
DEPS_DIR ?= $(abspath ..)
332-
endif
333-
334334
ifneq ($(filter distclean distclean-deps,$(MAKECMDGOALS)),)
335335
SKIP_DEPS = 1
336336
endif

0 commit comments

Comments
 (0)