summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-03-23 18:11:21 -0700
committerRuss Cox <rsc@golang.org>2010-03-23 18:11:21 -0700
commit50287a7afca0e40771f994cbe4eff462eca712ab (patch)
treeb33cf1085b701623b79318dd5671e1c6ee56bca8
parent1c7cb5ef73e82c1a02af198d974053d4fed16f93 (diff)
downloadgolang-50287a7afca0e40771f994cbe4eff462eca712ab.tar.gz
gc: fix build in France
Fixes issue 626. R=ken2 CC=golang-dev http://codereview.appspot.com/714041
-rw-r--r--src/cmd/gc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gc/Makefile b/src/cmd/gc/Makefile
index 0ca9e9d28..46dc6dfbc 100644
--- a/src/cmd/gc/Makefile
+++ b/src/cmd/gc/Makefile
@@ -49,7 +49,7 @@ $(LIB): $(OFILES)
$(OFILES): $(HFILES)
y.tab.h: $(YFILES)
- LANG=C bison -v -y $(YFLAGS) $(YFILES)
+ LANG=C LANGUAGE="en_US.UTF8" bison -v -y $(YFLAGS) $(YFILES)
y.tab.c: y.tab.h
test -f y.tab.c && touch y.tab.c