aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-07-12 18:04:30 +0000
committerDaniel Jacobowitz <drow@false.org>2006-07-12 18:04:30 +0000
commit6e2c7fa123326af40f73d9e7e9738a7eb40275a6 (patch)
tree9fdcbf547a4c684ec65e81a407251df6bf91776f /gdb/Makefile.in
parente0f2823e31950d4ae7d7e5f9338804dd7c0f6dc0 (diff)
downloadgdb-6e2c7fa123326af40f73d9e7e9738a7eb40275a6.zip
gdb-6e2c7fa123326af40f73d9e7e9738a7eb40275a6.tar.gz
gdb-6e2c7fa123326af40f73d9e7e9738a7eb40275a6.tar.bz2
* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
* gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise. * gdbarch.sh: Correct comment.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 344efb2..21eeb50 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1151,7 +1151,9 @@ init.c: $(INIT_FILES)
@rm -f init.c-tmp init.l-tmp
@touch init.c-tmp
@echo gdbtypes > init.l-tmp
- @-echo $(INIT_FILES) | \
+ @-LANG=c ; export LANG ; \
+ LC_ALL=c ; export LC_ALL ; \
+ echo $(INIT_FILES) | \
tr ' ' '\012' | \
sed \
-e '/^gdbtypes.[co]$$/d' \