chiark / gitweb /
Fix shape library dependency
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 20:18:43 +0000 (20:18 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 20:18:59 +0000 (20:18 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 24b3401d09419ffdab7d8810f64dbbffa5b7770a..ec047addff25cd7a0874a362872fd92b732e7205 100644 (file)
--- 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)))' \