From f5636fb2e5e0f28814114d0af98443d9187a6aca Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 17 Jan 2003 07:57:44 +0000 Subject: Remember to also export LC_ALL in addition to setting it. -Erik --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3