25
1
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:
Badlop 2022-05-23 12:39:29 +02:00
parent 7d16907296
commit 7850ce0ec8

View File

@ -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