From 1d8095554589e9ac24d6354373f520b0efdec7a4 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 25 Jan 2016 20:36:05 +0100 Subject: I18N: Always search engine files in lexical order. --- po/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/module.mk b/po/module.mk index 88bf7d5d12..8311b76a66 100644 --- a/po/module.mk +++ b/po/module.mk @@ -2,7 +2,7 @@ POTFILE := $(srcdir)/po/scummvm.pot POFILES := $(wildcard $(srcdir)/po/*.po) CPFILES := $(wildcard $(srcdir)/po/*.cp) -ENGINE_INPUT_POTFILES := $(wildcard $(srcdir)/engines/*/POTFILES) +ENGINE_INPUT_POTFILES := $(sort $(wildcard $(srcdir)/engines/*/POTFILES)) updatepot: cat $(srcdir)/po/POTFILES $(ENGINE_INPUT_POTFILES) | \ xgettext -f - -D $(srcdir) -d scummvm --c++ -k_ -k_s -k_c:1,2c -k_sc:1,2c --add-comments=I18N\ -- cgit v1.2.3