From 5b796e3498d7baf8291e2fd00932cd386997e0e3 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 17 Jan 2012 23:56:07 -0700 Subject: [PATCH] Revert -b addition, again. hg-commit-id: c7ef0fccb0ae --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ $<