From 39129159178a13cea3f9c177938006a7e2d15e31 Mon Sep 17 00:00:00 2001 From: Andrew Stryker Date: Tue, 10 Oct 2023 08:44:42 -0700 Subject: [PATCH] Remove unused dependency --- curate.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curate.mk b/curate.mk index 9b3838c..c2b5fb2 100644 --- a/curate.mk +++ b/curate.mk @@ -106,7 +106,7 @@ ${staging_section}: @mkdir -p $@ @echo "\t✓ Created staging space: $@" -${templates_expanded}: ${staging_section}/%: %.m4 ${staging_section} ${FENCE} ${all} +${templates_expanded}: ${staging_section}/%: %.m4 ${staging_section} ${all} @m4 --include=${MAKO_DIR} $< > $@ @echo "\t✓ Generated $@"