suite make: specify gawk
broken for e.g. nawk TODO: fix to work with any awk or replace awk script with something else (e.g. separate crate with build.rs?)
This commit is contained in:
parent
b6300d22df
commit
9bdb4c59fc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ mod.rs: ${TEST_RS}
|
|||
done
|
||||
|
||||
.test.rs:
|
||||
awk -fgen.awk $< > $@
|
||||
gawk -fgen.awk $< > $@
|
||||
|
||||
clean:
|
||||
rm -f *.rs
|
||||
|
|
Loading…
Reference in a new issue