Skip to content

Commit bc30cf2

Browse files
authored
test: Fix accidentally left over make dependency (#58571)
1 parent b236438 commit bc30cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ relocatedepot:
5454
@cd $(SRCDIR) && \
5555
$(call PRINT_JULIA, $(call spawn,RELOCATEDEPOT="" $(JULIA_EXECUTABLE)) $(TEST_JULIA_OPTIONS) ./runtests.jl $(TEST_SCRIPT_OPTIONS) $@)
5656

57-
revise-relocatedepot: revise-% : dep_revise
57+
revise-relocatedepot: revise-% :
5858
@rm -rf $(SRCDIR)/relocatedepot
5959
@cd $(SRCDIR) && \
6060
$(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) $(TEST_JULIA_OPTIONS) ./runtests.jl $(TEST_SCRIPT_OPTIONS) --revise $*)

0 commit comments

Comments
 (0)