graph-depends: fix when $(O) is a relative path
authorArnout Vandecappelle <arnout@mind.be>
Wed, 18 Jun 2014 22:10:24 +0000 (00:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Jun 2014 08:52:19 +0000 (10:52 +0200)
commit790df63d353b4987a5f2aee5c67ee73378757b06
tree6f1d2818d657dfd9c6b1977c37bf821b09582743
parent0f2faf78a5e0ea0bc24aa6589406082e63a52fb1
graph-depends: fix when $(O) is a relative path

The graph-depends commands cd into the CONFIG_DIR and run the script
from there. However, this means that when $(O) is a relative path, it
will no longer be correct.  Therefore, use $(BASE_DIR) instead of $(O).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile