X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=1b24895212d8d198587bed5152b56a2cef8134c3;hb=266794eb71cfee65b38371954b9db2f6dbda207c;hp=8491b21b553727ce472ed9929226c0378fae7542;hpb=d9bdcc72ecf055f97ed736a6c0309bd41baf10a7;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index 8491b21..1b24895 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 32 +SUBLEVEL = 33 EXTRAVERSION = NAME = Man-Eating Seals of Antiquity @@ -16,6 +16,12 @@ NAME = Man-Eating Seals of Antiquity # o print "Entering directory ..."; MAKEFLAGS += -rR --no-print-directory +# Avoid funny character set dependencies +unexport LC_ALL +LC_COLLATE=C +LC_NUMERIC=C +export LC_COLLATE LC_NUMERIC + # We are using a recursive build, so we need to do a little thinking # to get the ordering right. #