diff options
author | Roland McGrath <roland@redhat.com> | 1993-02-08 22:50:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-02-08 22:50:02 +0000 |
commit | 078cc29e601b6411010d9c41a289a7369ae8713f (patch) | |
tree | a16fd9f4e67505fc27e8981a546b3f1a8f918c80 | |
parent | bede66b7096a93147dda7058a4ab6c1e87e14476 (diff) | |
download | gunmake-078cc29e601b6411010d9c41a289a7369ae8713f.tar.gz |
Formerly implicit.c.~9~
-rw-r--r-- | implicit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ pattern_search (file, archive, depth, recursions) } /* This code, given FILENAME = "lib/foo.o", dependency name "lib/foo.c", and VPATH=src, searches for "src/lib/foo.c". */ - if (vpath_search (&p)) + if (vpath_search (&p, (time_t *) 0)) { DEBUGP2 ("Found dependency as `%s'.%s\n", p, ""); found_files[deps_found++] = p; |