diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-01-16 21:29:49 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-01-16 21:29:49 -0700 |
commit | 65eb5944b34d96cbf3dbcb0a2bbcc5847feeeea0 (patch) | |
tree | 0c949ba27a622e26a82b756ae2aa8e564330c820 | |
parent | 577869304c597f67354b1d1dbc688a2ee90ae4f4 (diff) |
Remove -b, which is nonstandard and breaks BSD awk.
hg-commit-id: 57d66cf56050
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |