From 6ef276a1856f92d3a05db7d726705eb38b55157d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 27 Sep 2020 20:54:36 +0100 Subject: [PATCH] usvg processing: Add dependency on Makefile Signed-off-by: Ian Jackson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2