shithub: pokered

Download patch

ref: 5b796e3498d7baf8291e2fd00932cd386997e0e3
parent: f68dc609903b8b9e66adf1d2da1c11de0ade24a7
author: IIMarckus <iimarckus@gmail.com>
date: Tue Jan 17 18:56:07 EST 2012

Revert -b addition, again.

hg-commit-id: c7ef0fccb0ae


--- 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 $@ $<