Remove unused dependency

This commit is contained in:
Andrew Stryker 2023-10-10 08:44:42 -07:00
parent 768280a135
commit 3912915917
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@"