diff --git a/BUCK b/BUCK index 41bc1cc..4c72c31 100644 --- a/BUCK +++ b/BUCK @@ -37,7 +37,6 @@ def b(): genrule( name = t, cmd = 'ln -s $(location %s) $OUT' % d, - deps = [d], out = out, )