Missing Makefile rule fix for fthfiles_caseconverted

This commit is contained in:
Philip Zembrod 2022-01-16 11:06:28 +01:00
parent 53beef0d01
commit d9a2bf6311

View File

@ -50,7 +50,7 @@ tests/%.fth: tests/%.fb ../../tools/fb2fth.py
# rules doesn't seem feasible here, hence the one collective rule.
.ONESHELL:
$(fthfiles): $(fbfiles)
$(fthfiles_caseconverted): $(fbfiles_uppercase)
set -x
for fb in $^
do