Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Stryker 5b08bb21c4 Remove old comment 2023-10-10 08:45:21 -07:00
Andrew Stryker 3912915917 Remove unused dependency 2023-10-10 08:44:42 -07:00
1 changed files with 1 additions and 3 deletions

View File

@ -34,8 +34,6 @@ ifndef ENV_LOADED
endif
#$(info $(value MAKE_SECTION_VARS))
# Compute definitions for the section, working, and staging directories
$(eval ${MAKE_SECTION_VARS})
@ -106,7 +104,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 $@"