Skip to content

Commit

Permalink
Buck: Make deps to $(location :foo) implicitly
Browse files Browse the repository at this point in the history
Apply [1] on our Buck tree.

[1] facebook/buck#128

Change-Id: Ia00a9fa2e4786a961e84fd5266ef97f364cec61e
  • Loading branch information
davido committed Jun 12, 2014
1 parent 34e5e21 commit 454f506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def b():
genrule(
name = t,
cmd = 'ln -s $(location %s) $OUT' % d,
deps = [d],
out = out,
)

Expand Down

0 comments on commit 454f506

Please sign in to comment.