summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-12-08 20:46:11 (GMT)
committerGeorg Brandl <georg@python.org>2006-12-08 20:46:11 (GMT)
commit66fab425a8d2fb60c3ccfb28ced2d677380f4f30 (patch)
tree71d984e69acbe0d97dcbd5f26f5eb897fd98c28b /Makefile.pre.in
parentc789f341bb3d1a7689110238669360fc8f379c44 (diff)
downloadcpython-66fab425a8d2fb60c3ccfb28ced2d677380f4f30.zip
cpython-66fab425a8d2fb60c3ccfb28ced2d677380f4f30.tar.gz
cpython-66fab425a8d2fb60c3ccfb28ced2d677380f4f30.tar.bz2
#1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force
English output.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 26320c3..4ba5d85 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -456,7 +456,7 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
$(SIGNAL_OBJS) \
$(MODOBJS) \
$(srcdir)/Modules/getbuildinfo.c
- $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LANG=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c
+ $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LC_ALL=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c
Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
$(CC) -c $(PY_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \