From f85c1a354526c9b47fe5673772f52fa988745fec Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 14 Oct 2020 10:06:56 +0000 Subject: [PATCH] Building docs depends on having the shared libraries available This unbreaks compiling with multiple make jobs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 581766f8..7c4c4850 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CHIBI_FFI ?= $(CHIBI) -q tools/chibi-ffi CHIBI_FFI_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-ffi CHIBI_DOC ?= $(CHIBI) tools/chibi-doc -CHIBI_DOC_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-doc +CHIBI_DOC_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-doc $(COMPILED_LIBS) GENSTATIC ?= ./tools/chibi-genstatic