|
@@ -17,11 +17,11 @@ NAME = Man-Eating Seals of Antiquity
|
|
|
MAKEFLAGS += -rR --no-print-directory
|
|
MAKEFLAGS += -rR --no-print-directory
|
|
|
|
|
|
|
|
# Avoid funny character set dependencies
|
|
# Avoid funny character set dependencies
|
|
|
-LC_ALL=
|
|
|
|
|
|
|
+unexport LC_ALL
|
|
|
LC_CTYPE=C
|
|
LC_CTYPE=C
|
|
|
LC_COLLATE=C
|
|
LC_COLLATE=C
|
|
|
LC_NUMERIC=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
|
|
# We are using a recursive build, so we need to do a little thinking
|
|
|
# to get the ordering right.
|
|
# to get the ordering right.
|