diff options
| author | Christopher A. Stelma <stelminator@gmail.com> | 2013-07-15 10:46:41 -0700 |
|---|---|---|
| committer | Christopher A. Stelma <cstelma@tagged.com> | 2013-07-15 10:52:34 -0700 |
| commit | 2d43b035d7abaa09a6f3b66d046e3b27a4d168b3 (patch) | |
| tree | 45d3928b7e90d3893176a46ce436dd5096b47d18 | |
| parent | Do 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.in | 2 |
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 |
