Closed jeromer closed 10 years ago
When running make dependencies are not automatically downloaded.
make
Usually this is not a problem since we can run make deps compile.
make deps compile
But if you use https://github.com/extend/erlang.mk you can not do this. Erlang.mk will automagically call make and that's it (ref : https://github.com/extend/erlang.mk/blob/master/erlang.mk#L184)
This pull request solves this problem.
When running
make
dependencies are not automatically downloaded.Usually this is not a problem since we can run
make deps compile
.But if you use https://github.com/extend/erlang.mk you can not do this. Erlang.mk will automagically call
make
and that's it (ref : https://github.com/extend/erlang.mk/blob/master/erlang.mk#L184)This pull request solves this problem.