summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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