Skip to content

Commit d9f9b96

Browse files
committed
Makefile: fix circular reference for integration-dind
Noticed this warning; make: Circular integration-dind <- integration-dind dependency dropped. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent fba6ffe commit d9f9b96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ integration-test: build
7676
setup-network:
7777
docker network inspect dpy-tests || docker network create dpy-tests
7878

79-
.PHONY: integration-dind
80-
integration-dind: integration-dind
81-
8279
.PHONY: integration-dind
8380
integration-dind: build setup-network
8481
docker rm -vf dpy-dind || :

0 commit comments

Comments
 (0)