mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Ensure deps configuration is ran when getting deps (#3823)
This commit is contained in:
parent
7d16907296
commit
7850ce0ec8
@ -164,9 +164,9 @@ $(DEPSDIR)/.got:
|
|||||||
rm -rf $(DEPSDIR)/.built
|
rm -rf $(DEPSDIR)/.built
|
||||||
mkdir -p $(DEPSDIR)
|
mkdir -p $(DEPSDIR)
|
||||||
$(REBAR) $(GET_DEPS) && :> $(DEPSDIR)/.got
|
$(REBAR) $(GET_DEPS) && :> $(DEPSDIR)/.got
|
||||||
|
$(CONFIGURE_DEPS)
|
||||||
|
|
||||||
$(DEPSDIR)/.built: $(DEPSDIR)/.got
|
$(DEPSDIR)/.built: $(DEPSDIR)/.got
|
||||||
$(CONFIGURE_DEPS)
|
|
||||||
$(REBAR) compile && :> $(DEPSDIR)/.built
|
$(REBAR) compile && :> $(DEPSDIR)/.built
|
||||||
|
|
||||||
src: $(DEPSDIR)/.built
|
src: $(DEPSDIR)/.built
|
||||||
|
Loading…
Reference in New Issue
Block a user