about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-07-05 22:03:57 +0000
committerRoland McGrath <roland@gnu.org>2007-07-05 22:03:57 +0000
commit4facf4afecbea3e29dd15e9d50ea36bfe7add0bb (patch)
tree15f0ac11e7cd3324da972c6c6f15da5a96510311 /Makeconfig
parent6b7eaea1df0bac23113eda1b259cbc58d12ce789 (diff)
downloadglibc-4facf4afecbea3e29dd15e9d50ea36bfe7add0bb.tar.gz
glibc-4facf4afecbea3e29dd15e9d50ea36bfe7add0bb.tar.xz
glibc-4facf4afecbea3e29dd15e9d50ea36bfe7add0bb.zip
* Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
	running awk script.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 049e4ca83a..e768cb1339 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -856,7 +856,7 @@ $(common-objpfx)gnu/lib-names.stmp: $(..)scripts/lib-names.awk \
 				    $(common-objpfx)soversions.i
 	$(make-target-directory)
 	@rm -f ${@:stmp=T} $@
-	$(AWK) -f $^ > ${@:stmp=T}
+	LC_ALL=C $(AWK) -f $^ > ${@:stmp=T}
 	$(move-if-change) ${@:stmp=T} ${@:stmp=h}
 	touch $@
 endif