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)