Makefile: declare 'help' target as phony.
authorArnout Vandecappelle <arnout@mind.be>
Sat, 21 Mar 2015 19:49:45 +0000 (20:49 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Apr 2015 13:12:53 +0000 (15:12 +0200)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile

index 1f2bef07a9ff648141cbbe53c39abbf65b5d7fb8..397effed71dd3a852379560cb8e30d7a045b9233 100644 (file)
--- 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) \