summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-01-09 21:15:10 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2009-01-09 21:15:10 +0000
commit25fc6591040295dcc02c8e7455d0a9db98e6c4d4 (patch)
tree085ff1e915a1bcf45f16f4a0d5ee65eb16e7b2fb
parent1b7f3fb0dd0c5dd226e0a54c84cbf4c002738835 (diff)
downloadbinutils-25fc6591040295dcc02c8e7455d0a9db98e6c4d4.tar.gz
binutils-25fc6591040295dcc02c8e7455d0a9db98e6c4d4.tar.bz2
binutils-25fc6591040295dcc02c8e7455d0a9db98e6c4d4.zip
* Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9ddb709cebe..9ceec2b629c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-09 Andreas Schwab <schwab@suse.de>
+
+ * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
+
2009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
* gdbtypes.c (append_composite_type_field): Correct the location of
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 14eaa37b7f1..2fe2d7a1012 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1011,8 +1011,8 @@ init.c: $(INIT_FILES)
@rm -f init.c-tmp init.l-tmp
@touch init.c-tmp
@echo gdbtypes > init.l-tmp
- @-LANG=c ; export LANG ; \
- LC_ALL=c ; export LC_ALL ; \
+ @-LANG=C ; export LANG ; \
+ LC_ALL=C ; export LC_ALL ; \
echo $(INIT_FILES) | \
tr ' ' '\012' | \
sed \