mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-10 21:29:24 +00:00
Missing Makefile rule fix for fthfiles_caseconverted
This commit is contained in:
parent
53beef0d01
commit
d9a2bf6311
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user