From: Ian Jackson Date: Wed, 13 Jan 2021 21:01:55 +0000 (+0000) Subject: Makefile: Fix a bare use of --just-run X-Git-Tag: otter-0.3.0~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=21f7d662a2e9848827099da3d370869001206b7c;p=otter.git Makefile: Fix a bare use of --just-run Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 9222a8d6..ee57335b 100644 --- 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 $@