aboutsummaryrefslogtreecommitdiffstats
path: root/src/redo.c
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-10-31 22:06:17 +0100
committerTharre <tharre3@gmail.com>2016-10-31 22:06:17 +0100
commit75bf720347983547c21228df71b80a0409a32e28 (patch)
tree8f6a5ac0a7b5fa35dcec76da21cffe92e7149cd8 /src/redo.c
parentd030418896e0f74ed65bb69c2a0c058a3c6288f1 (diff)
downloadredo-75bf720347983547c21228df71b80a0409a32e28.tar.gz
redo-75bf720347983547c21228df71b80a0409a32e28.tar.xz
redo-75bf720347983547c21228df71b80a0409a32e28.zip
Split add_prereq() into general and specific
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;
}
}