1
0
mirror of https://github.com/mirror/make.git synced 2025-04-17 06:41:04 +08:00

(selective_vpath_search): Reset EXISTS when stat fails.

This commit is contained in:
Roland McGrath 1994-09-26 22:16:51 +00:00
parent a96d572aa6
commit e938a511be

View File

@ -434,6 +434,8 @@ selective_vpath_search (path, file, mtime_ptr)
return 1;
}
else
exists = 0;
}
}