From bf3571da4a68a6a857ab7ad8256f8276b3687a38 Mon Sep 17 00:00:00 2001 From: Johan Oudinet Date: Fri, 13 May 2022 14:22:37 +0200 Subject: [PATCH] Makefile.in: do not download or compile dependencies Signed-off-by: Johan Oudinet [Bernd: updated for version 23.04] Signed-off-by: Bernd Kuhls --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index ab0e9d967..6e54168a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -155,7 +155,7 @@ else endif endif -all: scripts deps src +all: scripts src deps: $(DEPSDIR)/.got @@ -169,7 +169,7 @@ $(DEPSDIR)/.built: $(DEPSDIR)/.got $(DEPSDIR)/.built: $(DEPSDIR)/.got $(REBAR) compile && :> $(DEPSDIR)/.built -src: $(DEPSDIR)/.built +src: $(REBAR) $(SKIPDEPS) compile update: -- 2.34.1