Makefile: Unexport LC_ALL instead of clearing it
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / Makefile
index 6e39af1d8bc4401332de21d6717db52b61fc066a..5e92ca58fb6db18f9834a6a8a3b15647660e9e90 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,11 @@ NAME = Man-Eating Seals of Antiquity
 MAKEFLAGS += -rR --no-print-directory
 
 # Avoid funny character set dependencies
-LC_ALL=
+unexport LC_ALL
 LC_CTYPE=C
 LC_COLLATE=C
 LC_NUMERIC=C
-export LC_ALL LC_CTYPE LC_COLLATE LC_NUMERIC
+export LC_CTYPE LC_COLLATE LC_NUMERIC
 
 # We are using a recursive build, so we need to do a little thinking
 # to get the ordering right.