aboutsummaryrefslogtreecommitdiffstats
path: root/src/redo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redo.c')
-rw-r--r--src/redo.c3
1 files changed, 1 insertions, 2 deletions
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;
}
}