mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
(selective_vpath_search): Reset EXISTS when stat fails.
This commit is contained in:
parent
a96d572aa6
commit
e938a511be
1 changed files with 2 additions and 0 deletions
2
vpath.c
2
vpath.c
|
@ -434,6 +434,8 @@ selective_vpath_search (path, file, mtime_ptr)
|
|||
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
exists = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue