mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
This commit is contained in:
parent
1b7f3fb0dd
commit
25fc659104
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user