summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-15 11:26:12 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-15 11:26:12 -0600
commit0d6370d054df3990d91a1c20f6908c138f47a6d3 (patch)
treeb6a3e5a01cbcea23e71066f98271b1b1938c544f
parent11b77e4b19efdfd05bba831385c2f6dfa655312e (diff)
set LC_CTYPE=C in Makefile for gawk
hg-commit-id: 9925b373f9ad
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7404b899..96a86234 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+#gawk sort order
+LC_CTYPE=C
+
.SUFFIXES: .asm .tx .o .gbc
TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \
@@ -29,4 +32,4 @@ pokeblue.gbc: pokeblue.o
clean:
rm -f common.tx pokered.o pokered.gbc pokeblue.o pokeblue.gbc redrle ${TEXTFILES}
-more: pokered.gbc pokeblue.gbc \ No newline at end of file
+more: pokered.gbc pokeblue.gbc