Use a bigger hammer to coerce subversion into english.
Patch by Benjamin Kramer!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69976 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Makefile b/Makefile
index 717866e..86fb6e5 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@
 SVN-UPDATE-OPTIONS =
 AWK = awk
 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}'   \
-		| LANG=C xargs $(SVN) info 2>/dev/null \
+		| LC_ALL=C xargs $(SVN) info 2>/dev/null \
 		| $(AWK) '/Path:\ / {print $$2}'
 
 update: