* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 344efb25aa1f13ef94f15aaa218c2aa5efa7778b..21eeb50a9dd3668a36db00599aee559aa99c47e1 100644 (file)
@@ -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' \
This page took 0.027586 seconds and 4 git commands to generate.