From 65eb5944b34d96cbf3dbcb0a2bbcc5847feeeea0 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 16 Jan 2012 21:29:49 -0700 Subject: Remove -b, which is nonstandard and breaks BSD awk. hg-commit-id: 57d66cf56050 --- 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 $@ $< -- cgit v1.2.3