From: Ian Jackson Date: Sun, 27 Sep 2020 19:54:36 +0000 (+0100) Subject: usvg processing: Add dependency on Makefile X-Git-Tag: otter-0.2.0~830 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6ef276a1856f92d3a05db7d726705eb38b55157d;p=otter.git usvg processing: Add dependency on Makefile Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index d7eaf616..fb31eb6b 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ endif include $(wildcard library/*/files.make) USVG_PROCESSOR = usvg-processor -LIBRARY_PROCESS_SVG = ./$(USVG_PROCESSOR) $@ $(filter-out $(USVG_PROCESSOR),$^) '$(USVG)' -$(LIBRARY_FILES): $(USVG_PROCESSOR) +LIBRARY_PROCESS_SVG = ./$(USVG_PROCESSOR) $@ $(wordlist 1,2,$^) '$(USVG)' +$(LIBRARY_FILES): $(USVG_PROCESSOR) Makefile assets: templates/script.js libraries