From 75bf720347983547c21228df71b80a0409a32e28 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 31 Oct 2016 22:06:17 +0100 Subject: Split add_prereq() into general and specific --- src/redo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/redo.c') diff --git a/src/redo.c b/src/redo.c index 7f69949..e28f8fa 100644 --- a/src/redo.c +++ b/src/redo.c @@ -94,8 +94,7 @@ int main(int argc, char *argv[]) { } while (!*temp); update_target(*temp, ident); - add_prereq(*temp, xbasename(parent), ident); - + add_prereq_path(*temp, xbasename(parent), ident); *temp = NULL; } } -- cgit v1.2.3-70-g09d2