commit | 0ad14a8c34c866f64271041cb69b0e8a05913de8 | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <thomas@t-8ch.de> | Thu Sep 21 08:03:09 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Thu Sep 21 08:03:09 2023 +0200 |
tree | 5352ef791b4835a3cf01b28fe4b8ccd8dcd78684 | |
parent | f21e7f44e49682c849be3936b3b401276816846d [diff] |
ld: write resolved path to included file to dependency-file In ldfile_open_command_file_1() name written to the dependency files is the name as specified passed to the "INCLUDE" directive. This is before include-path processing so the tracked dependency location is most likely wrong. Instead track the opened file at the point where the resolved path is actually available, in try_open(). Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>