From 84fb534056655ccc08247f5a5c5b0696ac70ecd3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 12 Jan 2021 20:18:43 +0000 Subject: [PATCH] Fix shape library dependency Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))' \ -- 2.30.2