From df79e35aa80327f95d6c57d1ef54b0d6604a84c6 Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Sat, 21 Mar 2015 20:49:45 +0100 Subject: [PATCH] Makefile: declare 'help' target as phony. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f2bef07a9..397effed71 100644 --- a/Makefile +++ b/Makefile @@ -434,7 +434,7 @@ prepare: $(BUILD_DIR)/buildroot-config/auto.conf world: target-post-image .PHONY: all world toolchain dirs clean distclean source outputmakefile \ - legal-info legal-info-prepare legal-info-clean printvars \ + legal-info legal-info-prepare legal-info-clean printvars help \ target-finalize target-post-image \ $(TARGETS) $(TARGETS_ROOTFS) \ $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) $(TARGETS_LEGAL_INFO) \ -- 2.30.2