X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fgen_deps.sh;h=d20fb8eee72661a85e47d005a1e2423924c1a277;hp=4429afaae907c4d7f9dbf1f000d903b57bc3effd;hb=86380f797c32d7c878e6c008da44714ce3bc5ab2;hpb=2581e470853736444e23e8ccef97a0a38c6236d3 diff --git a/tools/gen_deps.sh b/tools/gen_deps.sh index 4429afaa..d20fb8ee 100755 --- a/tools/gen_deps.sh +++ b/tools/gen_deps.sh @@ -20,4 +20,4 @@ deps=$(echo `$path/info depends` | tr ' ' '\n' | \ # Print the test targets and target aliases echo "${module}_ok_deps := $test_srcs $module_objs $deps" echo "$path/.ok: \$(${module}_ok_deps)" -echo "$path/.fast.ok: \$(${module}_ok_deps:%.ok=%.fast.ok)" +echo "$path/.fast-ok: \$(${module}_ok_deps:%.ok=%.fast-ok)"