From ab495bbe7400a20d24554fcc11d2b703d98f9edc Mon Sep 17 00:00:00 2001 From: nosamad Date: Mon, 15 Apr 2019 21:57:04 +0200 Subject: [PATCH] adds missing rule for initial download directory creation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 83f997e..b9b420f 100644 --- a/Makefile +++ b/Makefile @@ -157,5 +157,8 @@ $(OUTDIR)/src/%: $(FETCHDIR)/%.tar.gz | $(OUTDIRS) && tar -C $(dir $@) -xf $< \ && touch $@ +$(FETCHDIR): + $(SILENT)mkdir -p $@ + .DELETE_ON_ERROR: $(FETCH_TARGETS)