summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-03-21 20:49:45 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-04 15:12:53 +0200
commitdf79e35aa80327f95d6c57d1ef54b0d6604a84c6 (patch)
tree1e808a3aed0dcef65172f085412d8d3184ac26b2 /Makefile
parent4d8bd92775b2037dcbdd8594677ebfc7d465119e (diff)
Makefile: declare 'help' target as phony.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f2bef07a..397effed7 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) \