diff options
| author | Arnout Vandecappelle <arnout@mind.be> | 2015-03-21 20:49:45 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-04 15:12:53 +0200 |
| commit | df79e35aa80327f95d6c57d1ef54b0d6604a84c6 (patch) | |
| tree | 1e808a3aed0dcef65172f085412d8d3184ac26b2 | |
| parent | 4d8bd92775b2037dcbdd8594677ebfc7d465119e (diff) | |
| download | buildroot-df79e35aa80327f95d6c57d1ef54b0d6604a84c6.tar.gz buildroot-df79e35aa80327f95d6c57d1ef54b0d6604a84c6.zip | |
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>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |

