build: remove more absolute paths from dependency tracking files
authorJan Beulich <jbeulich@suse.com>
Wed, 24 Feb 2021 11:47:34 +0000 (12:47 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 24 Feb 2021 11:47:34 +0000 (12:47 +0100)
commit10bb8aa0d5d029bd56da4a2a92e1e42bef880210
tree5401b113886fa179d4f7247c4ac2c1fbd11e917a
parent5d94433a66df29ce314696a13bdd324ec0e342fe
build: remove more absolute paths from dependency tracking files

d6b12add90da ("DEPS handling: Remove absolute paths from references to
cwd") took care of massaging the dependencies of the output file, but
for our passing of -MP to the compiler to take effect the same needs to
be done on the "phony" rules that the compiler emits.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
Config.mk