diff options
author | Tharre <tharre3@gmail.com> | 2015-05-05 23:55:09 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-05-05 23:55:09 +0200 |
commit | 3d7bf2600524bf988362859ddd92556baf4e7e2f (patch) | |
tree | 4a82c601faf5786a4c84bf89eee152da7eb0d296 /src/redo.c | |
parent | dec5aaccacb11029b6d14df3f4acf1fd64e236ad (diff) | |
download | redo-3d7bf2600524bf988362859ddd92556baf4e7e2f.tar.gz redo-3d7bf2600524bf988362859ddd92556baf4e7e2f.tar.xz redo-3d7bf2600524bf988362859ddd92556baf4e7e2f.zip |
Fix some issues with paths
Diffstat (limited to 'src/redo.c')
-rw-r--r-- | src/redo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ int main(int argc, char *argv[]) { } while (!*temp); update_target(*temp, ident); - add_dep(*temp, parent, ident); + add_dep(*temp, xbasename(parent), ident); *temp = NULL; } |