make deps/.built depend on deps/.got

fixes race condition when running make with simultaneous jobs
This commit is contained in:
Christopher A. Stelma 2013-07-15 10:46:41 -07:00 committed by Christopher A. Stelma
parent 986f4d1a7f
commit 2d43b035d7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ deps/.got:
rm -rf deps/.built
$(REBAR) get-deps && :> deps/.got
deps/.built:
deps/.built: deps/.got
$(REBAR) compile && :> deps/.built
src: deps/.built