tools: bpftool: declare phony targets as such
authorQuentin Monnet <[email protected]>
Wed, 29 Nov 2017 01:44:33 +0000 (17:44 -0800)
committerDaniel Borkmann <[email protected]>
Thu, 30 Nov 2017 01:09:29 +0000 (02:09 +0100)
In the Makefile, targets install, doc and doc-install should be added to
.PHONY. Let's fix this.

Fixes: 71bb428fe2c1 ("tools: bpf: add bpftool")
Signed-off-by: Quentin Monnet <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
tools/bpf/bpftool/Makefile

index c5b21f2cbca5cfeb2615d2b1e84f9ac28a9fe06f..ec3052c0b004011573861231edcdd0d0e982c088 100644 (file)
@@ -89,5 +89,5 @@ doc-install:
 
 FORCE:
 
-.PHONY: all clean FORCE
+.PHONY: all clean FORCE install doc doc-install
 .DEFAULT_GOAL := all