diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-26 22:16:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-26 22:16:51 +0000 |
commit | e938a511befdb102be568ed2046c5ea9e99a93aa (patch) | |
tree | 3e0fea139cdb6458ae6b1bc6ea46d7c1728f29bb | |
parent | a96d572aa65f61c66f47e1c3ed64eb050c499654 (diff) | |
download | gunmake-e938a511befdb102be568ed2046c5ea9e99a93aa.tar.gz |
(selective_vpath_search): Reset EXISTS when stat fails.
-rw-r--r-- | vpath.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -434,6 +434,8 @@ selective_vpath_search (path, file, mtime_ptr) return 1; } + else + exists = 0; } } |