]> granicus.if.org Git - python/commitdiff
#1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force
authorGeorg Brandl <georg@python.org>
Fri, 8 Dec 2006 20:46:11 +0000 (20:46 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 8 Dec 2006 20:46:11 +0000 (20:46 +0000)
English output.

Makefile.pre.in

index 26320c39120604ef9d8fdff7f07c1904bd0519da..4ba5d857246dd1d4584e66103e1738a37ca16f3c 100644 (file)
@@ -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)"' \