summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2016-05-11 18:39:18 +0000
committerrubidium <rubidium@openttd.org>2016-05-11 18:39:18 +0000
commit9a05a688a7ec77113b89c222162cff4b5a68719b (patch)
tree9cba8938a66f09b62f4403373fdf1a55fa036799 /Makefile.src.in
parent9ea3e427689134de3c5ea186a50fccf7f4cb2e8e (diff)
downloadopenttd-9a05a688a7ec77113b89c222162cff4b5a68719b.tar.xz
(svn r27558) -Fix: force sorting to be locale independent, so files are always ordered the same and by that token better diff-able
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 1d654d283..0e190a4e6 100644
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -210,7 +210,7 @@ endif
{ \
print $$0 \
} \
- ' < Makefile.dep.tmp | sed 's@ *@ @g;s@ $$@@' | $(SORT) > Makefile.dep
+ ' < Makefile.dep.tmp | sed 's@ *@ @g;s@ $$@@' | LC_ALL=C $(SORT) > Makefile.dep
$(Q)rm -f Makefile.dep.tmp Makefile.dep.tmp.bak