Makefile: do not add to targets common dependencies
commit61bbbf3a892c951ef14722f2a0d9210ba5be9194
authorFabio Porcedda <fabio.porcedda@gmail.com>
Fri, 27 Jun 2014 12:15:59 +0000 (27 14:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Jun 2014 14:43:55 +0000 (29 16:43 +0200)
treeacd66a64338925fcf8dfe64f0fb21ba566f9277a
parent33de7401701e5242196a86b0695ee4ae9a4c4082
Makefile: do not add to targets common dependencies

Remove the rule that adds common dependencies to every target in the
"TARGETS" variable, because all those targets are packages that use the
package infrastructure or they depend on targets that use the package
infrastructure. The package infrastructure already adds common
dependencies.  Therefore, this rule is useless.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile