summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-01-16 21:29:49 -0700
committerIIMarckus <iimarckus@gmail.com>2012-01-16 21:29:49 -0700
commit65eb5944b34d96cbf3dbcb0a2bbcc5847feeeea0 (patch)
tree0c949ba27a622e26a82b756ae2aa8e564330c820
parent577869304c597f67354b1d1dbc688a2ee90ae4f4 (diff)
Remove -b, which is nonstandard and breaks BSD awk.
hg-commit-id: 57d66cf56050
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3475bbba..96a86234 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@ $<