OSDN Git Service

* Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
[pf3gnuchains/pf3gnuchains4x.git] / gdb / Makefile.in
index 14eaa37..2fe2d7a 100644 (file)
@@ -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 \