aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher A. Stelma <stelminator@gmail.com>2013-07-15 10:46:41 -0700
committerChristopher A. Stelma <cstelma@tagged.com>2013-07-15 10:52:34 -0700
commit2d43b035d7abaa09a6f3b66d046e3b27a4d168b3 (patch)
tree45d3928b7e90d3893176a46ce436dd5096b47d18
parentDo not forget to re-define the crash.log path (diff)
make deps/.built depend on deps/.got
fixes race condition when running make with simultaneous jobs
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6b3b32b61..06788a176 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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