From: Arnout Vandecappelle Date: Wed, 14 Jun 2017 22:11:28 +0000 (+0200) Subject: Makefile: remove 'toolchain' from .PHONY X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f7b6a688025fb41f326124724ccc1e06ea6fe62;p=buildroot.git 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) Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 499a39fe20..5f348b2513 100644 --- a/Makefile +++ b/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