Remove -b, which is nonstandard and breaks BSD awk.

hg-commit-id: 57d66cf56050
This commit is contained in:
IIMarckus 2012-01-16 21:29:49 -07:00
parent 577869304c
commit 65eb5944b3

View file

@ -18,7 +18,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
awk -b -f textpre.awk < $< > $@
awk -f textpre.awk < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<