The $(dir) function used to construct OBJDIRS includes a trailing slash in the names returned, which GNU make 3.82 does not match to the slash-less 'doc' in the documentation dependencies, causing parallel build to fail. Adding a slash fixes this and still works with make 3.81. Signed-off-by: Mans Rullgard <mans@mansr.com>pull/4/head
parent
a92be9b856
commit
2efb710a34
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue