diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-17 07:57:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-17 07:57:44 +0000 |
commit | f5636fb2e5e0f28814114d0af98443d9187a6aca (patch) | |
tree | a869bc8093b49640d1369572e45272e19f298790 | |
parent | c52c2a24e3fb7a44cddcef94e6521316c5e609ca (diff) |
Remember to also export LC_ALL in addition to setting it.
-Erik
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |