summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-05-23 12:39:29 +0200
committerBadlop <badlop@process-one.net>2022-05-23 13:58:33 +0200
commit7850ce0ec819be4e3f755419d946426a049106d8 (patch)
tree3a14f043be714bfb5cd756ea53b3cb7328405241 /Makefile.in
parentConfigure eimp with mix to detect image convert properly (#3823) (diff)
Ensure deps configuration is ran when getting deps (#3823)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a2c88bc2..8b11de84 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -164,9 +164,9 @@ $(DEPSDIR)/.got:
rm -rf $(DEPSDIR)/.built
mkdir -p $(DEPSDIR)
$(REBAR) $(GET_DEPS) && :> $(DEPSDIR)/.got
+ $(CONFIGURE_DEPS)
$(DEPSDIR)/.built: $(DEPSDIR)/.got
- $(CONFIGURE_DEPS)
$(REBAR) compile && :> $(DEPSDIR)/.built
src: $(DEPSDIR)/.built