From: Roland McGrath Date: Mon, 26 Sep 1994 22:16:51 +0000 (+0000) Subject: (selective_vpath_search): Reset EXISTS when stat fails. X-Git-Tag: 3.71.5~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e938a511befdb102be568ed2046c5ea9e99a93aa;p=thirdparty%2Fmake.git (selective_vpath_search): Reset EXISTS when stat fails. --- diff --git a/vpath.c b/vpath.c index 80453578..480fcad7 100644 --- a/vpath.c +++ b/vpath.c @@ -434,6 +434,8 @@ selective_vpath_search (path, file, mtime_ptr) return 1; } + else + exists = 0; } }