Commit eaf45f2d authored by Russ Cox's avatar Russ Cox

gc: fix build in France

Fixes #626.

R=ken2
CC=golang-dev
https://golang.org/cl/714041
parent 371496e0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment