Skip to content

Commit ad3cda0

Browse files
qmonnetborkmann
authored andcommitted
tools: bpftool: declare phony targets as such
In the Makefile, targets install, doc and doc-install should be added to .PHONY. Let's fix this. Fixes: 71bb428 ("tools: bpf: add bpftool") Signed-off-by: Quentin Monnet <[email protected]> Acked-by: Jakub Kicinski <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
1 parent 507e590 commit ad3cda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bpf/bpftool/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ doc-install:
8989

9090
FORCE:
9191

92-
.PHONY: all clean FORCE
92+
.PHONY: all clean FORCE install doc doc-install
9393
.DEFAULT_GOAL := all

0 commit comments

Comments
 (0)