Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-05-23 16:01:54 +0300
committerBadlop <badlop@process-one.net>2022-05-23 17:49:19 +0300
commit75ffce0417b066f6aaa1645e07a241ac0c743c0f (patch)
tree6ee4d4b8f6181d5e5755781ff43522d5966a885f /Makefile.in
parent34e1ddb66f87458c0850a0fd97a010cf9e73eb9a (diff)
configure also when running "make update", which is similar to "make deps"
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 25adeec56..42b799c71 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -176,6 +176,7 @@ update:
rm -rf $(DEPSDIR)/.got
rm -rf $(DEPSDIR)/.built
$(REBAR) $(UPDATEDEPS) && :> $(DEPSDIR)/.got
+ $(CONFIGURE_DEPS)
xref: all
$(REBAR) $(SKIPDEPS) xref $(XREFOPTIONS)