Makefile: be sure the default rule 'all:' is the first one
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 11 Oct 2014 17:34:42 +0000 (19:34 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 12 Oct 2014 05:46:26 +0000 (07:46 +0200)
commit5309e2e181822cc00ba2a59270a448d27f40aa3f
tree4a33b4d0c6bf2ee629fe65e6ad9bc09e442e1fd5
parent241476b5b02fdb454dcc5f24f86e820615d3ea80
Makefile: be sure the default rule 'all:' is the first one

In the coming patch, we are going to change the order in which our rules
are defined, because we include the gendoc infra before we define the
'all:' rule, so we need to decalre the 'all:' rule before we include
gendoc.

Declare it very, very early in the Makefile, so it always kick in first.
The actual dependency is still declared much later, all that counts is
that "all:" is first.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile