chiark / gitweb /
Makefile: Fix a bare use of --just-run
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2021 21:01:55 +0000 (21:01 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2021 21:01:55 +0000 (21:01 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 9222a8d610d8a077cafc3d6d11e99be4e51aaf30..ee57335be77c6918be7148836a441f41291a5145 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -282,7 +282,7 @@ $(addprefix templates/,$(TXTFILES)): templates/%: %.txt
 libraries: $(LIBRARY_FILES)
 
 templates/shapelib.html: $(TARGET_DIR)/debug/otterlib $(LIBRARY_FILES)
-       $(NAILING_CARGO) --just-run --- $(abspath $<) \
+       $(NAILING_CARGO_JUST_RUN) --- $(abspath $<) \
        --libs '$(addprefix $(PWD)/, $(addsuffix .toml, $(LIBRARIES)))' \
                preview >$@.tmp && mv -f $@.tmp $@