summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-17 07:57:44 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-17 07:57:44 +0000
commitf5636fb2e5e0f28814114d0af98443d9187a6aca (patch)
treea869bc8093b49640d1369572e45272e19f298790 /Rules.mak
parentc52c2a24e3fb7a44cddcef94e6521316c5e609ca (diff)
Remember to also export LC_ALL in addition to setting it.
-Erik
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 5e3d3b751..efc9f38fc 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -56,7 +56,7 @@ SUBLEVEL:=16
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C
-export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_COLLATE
+export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_ALL
SHARED_FULLNAME:=libuClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
SHARED_MAJORNAME:=libc.so.$(MAJOR_VERSION)