Makefile: remove empty line in help output

* Makefile (help helpall): Remove empty line in help output.
This commit is contained in:
Achim Gratz 2014-06-02 19:32:26 +02:00
parent 6f64027fee
commit 7fa837180c
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ help helpall::
$(info ) $(info )
$(info Getting Help) $(info Getting Help)
$(info ============) $(info ============)
$(info )
$(info make help - show brief help) $(info make help - show brief help)
$(info make targets - ditto) $(info make targets - ditto)
$(info make helpall - show extended help) $(info make helpall - show extended help)