[bug #63516] `include` of absolute path prepends path with `./`

2022-12-12 Thread anonymous
URL: Summary: `include` of absolute path prepends path with `./` Project: make Submitter: None Submitted: Mon 12 Dec 2022 10:17:30 PM UTC Severity: 3 - Normal Item

[bug #63516] `include` of absolute path prepends path with `./`

2022-12-12 Thread anonymous
Follow-up Comment #1, bug #63516 (project make): `make` was installed with `scoop`. ___ Reply to this item at: ___ Message sent via Savannah https://sav

[bug #63516] `include` of absolute path prepends path with `./`

2022-12-12 Thread anonymous
Follow-up Comment #2, bug #63516 (project make): Line 376 in `src/read.c` may be the culprit: if (ebuf.fp == NULL && deps->error == ENOENT && (flags & RM_INCLUDED) && *filename != '/' && include_directories) Looks like it's trying to determine whether the path is absolute in a way that

[bug #63516] `include` of absolute path prepends path with `./`

2022-12-12 Thread Paul D. Smith
Follow-up Comment #3, bug #63516 (project make): Yes, that's it. I have a fix and will put in up a patch shortly. ___ Reply to this item at: ___ Messag