From: Ian Jackson Date: Tue, 12 Jan 2021 20:18:43 +0000 (+0000) Subject: Fix shape library dependency X-Git-Tag: otter-0.3.0~54 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=84fb534056655ccc08247f5a5c5b0696ac70ecd3;p=otter.git Fix shape library dependency Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 24b3401d..ec047add 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,7 @@ $(addprefix templates/,$(TXTFILES)): templates/%: %.txt libraries: $(LIBRARY_FILES) -templates/shapelib.html: stamp/cargo.debug +templates/shapelib.html: stamp/cargo.debug $(LIBRARY_FILES) $(NAILING_CARGO) --just-run --- \ $(abspath $(TARGET_DIR))/debug/otterlib \ --libs '$(addprefix $(PWD)/, $(addsuffix .toml, $(LIBRARIES)))' \