From 21f7d662a2e9848827099da3d370869001206b7c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jan 2021 21:01:55 +0000 Subject: [PATCH] Makefile: Fix a bare use of --just-run Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.30.2