summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-05-23 15:01:54 +0200
committerBadlop <badlop@process-one.net>2022-05-23 16:49:19 +0200
commit75ffce0417b066f6aaa1645e07a241ac0c743c0f (patch)
tree6ee4d4b8f6181d5e5755781ff43522d5966a885f /Makefile.in
parentUpdate "make help" with recent changes (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 25adeec5..42b799c7 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)