mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
make deps/.built depend on deps/.got
fixes race condition when running make with simultaneous jobs
This commit is contained in:
parent
986f4d1a7f
commit
2d43b035d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user