Makefile: remove 'toolchain' from .PHONY
toolchain is a package, so it is already defined as .PHONY in the inner-generic-package macro. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
35d4f50fa4
commit
7f7b6a6880
2
Makefile
2
Makefile
@ -548,7 +548,7 @@ prepare: $(BUILD_DIR)/buildroot-config/auto.conf
|
||||
|
||||
world: target-post-image
|
||||
|
||||
.PHONY: all world toolchain dirs clean distclean source outputmakefile \
|
||||
.PHONY: all world dirs clean distclean source outputmakefile \
|
||||
legal-info legal-info-prepare legal-info-clean printvars help \
|
||||
list-defconfigs target-finalize target-post-image source-check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user