Home
last modified time | relevance | path

Searched hist:"58 e8d3b7410d47c7106fd3205353861cf4c32e6c" (Results 1 – 1 of 1) sorted by relevance

/libCEED/
H A DMakefilediff 58e8d3b7410d47c7106fd3205353861cf4c32e6c Tue Aug 21 16:55:33 UTC 2018 Jed Brown <jed@jedbrown.org> Make: use CURDIR in pattern rules to match generated *.d absolute paths

This is benign for normal files because stat doesn't care if the path
is relative or absolute, but if the *.c or *.cu source file is
generated, then it matters whether they match or not. Specifically,
it can cause a pattern rule to either not match or to match
twice (once as a relative path via explicit prerequisite in the
makefile and again via the *.d depending on abspath).