From: Ian Jackson Date: Sat, 26 Sep 2020 18:40:04 +0000 (+0100) Subject: Properly update if usvg-processor changed X-Git-Tag: otter-0.2.0~890 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1bd3490cb6905e466b776594758fca8e8efe7d4c;p=otter.git Properly update if usvg-processor changed Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 6c7fab67..d7eaf616 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,9 @@ endif include $(wildcard library/*/files.make) -LIBRARY_PROCESS_SVG = ./usvg-processor $@ $^ '$(USVG)' +USVG_PROCESSOR = usvg-processor +LIBRARY_PROCESS_SVG = ./$(USVG_PROCESSOR) $@ $(filter-out $(USVG_PROCESSOR),$^) '$(USVG)' +$(LIBRARY_FILES): $(USVG_PROCESSOR) assets: templates/script.js libraries