shithub: pokered

Download patch

ref: 65eb5944b34d96cbf3dbcb0a2bbcc5847feeeea0
parent: 577869304c597f67354b1d1dbc688a2ee90ae4f4
author: IIMarckus <iimarckus@gmail.com>
date: Mon Jan 16 16:29:49 EST 2012

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

hg-commit-id: 57d66cf56050


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