summaryrefslogtreecommitdiff
path: root/cairo
diff options
context:
space:
mode:
Diffstat (limited to 'cairo')
-rw-r--r--cairo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/Makefile b/cairo/Makefile
index 42628c374..63cb821cd 100644
--- a/cairo/Makefile
+++ b/cairo/Makefile
@@ -168,7 +168,7 @@ depend: $(CAIROCPPFILES)
makedepend -Y -I.. -f makedepend -w 20 $(CAIROCPPFILES)
echo "# DO NOT DELETE THIS LINE -- make depend depends on it." > makedepend.tmp
echo "" >> makedepend.tmp
- grep '^[a-zA-Z]' makedepend | sort -u >> makedepend.tmp
+ grep '^[a-zA-Z]' makedepend | ( LC_ALL=C sort -u >> makedepend.tmp; )
mv makedepend.tmp makedepend
include makedepend