summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/po/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/po/Makefile.in b/src/po/Makefile.in
index 380674c8d8..ac4263097d 100644
--- a/src/po/Makefile.in
+++ b/src/po/Makefile.in
@@ -31,7 +31,7 @@ update-po: csrcs check_et_@COM_ERR_VERSION@
$(XGETTEXT) -kN_ -j -o $(POTFILE) $(ETSRCS)
csrcs: always
- find $(top_srcdir) -name "*.c" -print > $@
+ find $(top_srcdir) -name "*.c" -print | LC_ALL=C sort > $@
check_et_k5 check_et_intlsys:
check_et_sys: