Skip to content

Commit 9e29ced

Browse files
committed
Don't repeat rabbitmq-ct-helpers task in Makefile
[#157080754] Fixes #359 (cherry picked from commit 6d7253a)
1 parent 516f7a3 commit 9e29ced

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MVN_FLAGS += -Ddeps.dir="$(abspath $(DEPS_DIR))"
1616
all: deps
1717
$(MVN) $(MVN_FLAGS) compile
1818

19-
deps: $(DEPS_DIR)/rabbit $(DEPS_DIR)/rabbitmq-ct-helpers
19+
deps: $(DEPS_DIR)/rabbit $(DEPS_DIR)/rabbitmq_ct_helpers
2020
@:
2121

2222
dist: clean
@@ -26,8 +26,7 @@ $(DEPS_DIR)/rabbit:
2626
git clone https://github.com/rabbitmq/rabbitmq-server.git $@
2727
$(MAKE) -C $@ fetch-deps DEPS_DIR="$(abspath $(DEPS_DIR))"
2828

29-
$(DEPS_DIR)/rabbitmq-ct-helpers:
30-
rm -rf $(DEPS_DIR)/rabbitmq_ct_helpers
29+
$(DEPS_DIR)/rabbitmq_ct_helpers:
3130
git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git $(DEPS_DIR)/rabbitmq_ct_helpers
3231

3332
tests: deps

0 commit comments

Comments
 (0)