diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 15:49:10 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 15:59:23 +0200 |
commit | a236141e4aec1046dab191abcdea226522127242 (patch) | |
tree | fb56650c4f3b03142d703a38bbc97da9a3e7d4c6 /Makefile.top | |
parent | 7f77377850537194ea634f0d2c81e8cc5cb90a1b (diff) |
move help target to Makefile; it doesn't need config_host.mk
Change-Id: Ib627bb0a12b5b055f8d6077c00cc8099473fa176
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.top b/Makefile.top index 11468c5d5d4e..4aaf83236b04 100644 --- a/Makefile.top +++ b/Makefile.top @@ -527,14 +527,4 @@ debugrun: endif # not clean or distclean - -######################### -# help -# -.PHONY: help -help: - @cat $(SRCDIR)/solenv/gbuild/gbuild.help.txt - @true - - # vim: set noet sw=4 ts=4: |