mirror of
https://github.com/mirror/make.git
synced 2025-02-28 21:00:47 +08:00
Formerly implicit.c.~9~
This commit is contained in:
parent
bede66b709
commit
078cc29e60
@ -371,7 +371,7 @@ pattern_search (file, archive, depth, recursions)
|
||||
}
|
||||
/* This code, given FILENAME = "lib/foo.o", dependency name
|
||||
"lib/foo.c", and VPATH=src, searches for "src/lib/foo.c". */
|
||||
if (vpath_search (&p))
|
||||
if (vpath_search (&p, (time_t *) 0))
|
||||
{
|
||||
DEBUGP2 ("Found dependency as `%s'.%s\n", p, "");
|
||||
found_files[deps_found++] = p;
|
||||
|
Loading…
Reference in New Issue
Block a user