mirror of
https://github.com/mirror/make.git
synced 2026-09-03 21:23:01 +08:00
Implement linker-compatible library search.
This commit is contained in:
@@ -721,7 +721,7 @@ pattern_search (struct file *file, int archive,
|
||||
"lib/foo.c", and VPATH=src, searches for
|
||||
"src/lib/foo.c". */
|
||||
{
|
||||
const char *vname = vpath_search (d->name, 0);
|
||||
const char *vname = vpath_search (d->name, 0, NULL, NULL);
|
||||
if (vname)
|
||||
{
|
||||
DBS (DB_IMPLICIT,
|
||||
|
||||
Reference in New Issue
Block a user