From: Pat Thoyts Date: Mon, 3 Oct 2016 22:22:46 +0000 (+0100) Subject: Merge branch 'sy/i18n' into pu X-Git-Tag: gitgui-0.21.0~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/446e2a44d1aa557000b9fce98e8ea14559a5687f?hp=52285c8312d157a1c2ad562700ffb527b917483f Merge branch 'sy/i18n' into pu --- diff --git a/Makefile b/Makefile index 4f00bdd3d6..fe30be38dc 100644 --- a/Makefile +++ b/Makefile @@ -259,7 +259,7 @@ lib/tclIndex: $(ALL_LIBFILES) GIT-GUI-VARS rm -f $@ ; \ echo '# Autogenerated by git-gui Makefile' >$@ && \ echo >>$@ && \ - $(foreach p,$(PRELOAD_FILES) $(ALL_LIBFILES),echo '$(subst lib/,,$p)' >>$@ &&) \ + $(foreach p,$(PRELOAD_FILES) $(sort $(ALL_LIBFILES)),echo '$(subst lib/,,$p)' >>$@ &&) \ echo >>$@ ; \ fi