mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-11 14:52:19 +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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
exists = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue