From 078cc29e601b6411010d9c41a289a7369ae8713f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Feb 1993 22:50:02 +0000 Subject: [PATCH] Formerly implicit.c.~9~ --- implicit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implicit.c b/implicit.c index 7fdf88d..842956d 100644 --- a/implicit.c +++ b/implicit.c @@ -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; -- 2.7.4