build-aux/Makefile.am: Correct program_fragments sorting

The sorting is intended to remove nondeterminism.

This fixes 9cce2b15.
master
Mike Gerwitz 2018-10-19 10:38:08 -04:00
parent 9cce2b1542
commit f5913d6fa0
1 changed files with 1 additions and 1 deletions

View File

@ -58,8 +58,8 @@ dest_c1map := $(patsubst \
program_fragments=$(shell \
find $(path_ui)/program/ -name '*.xml' 2>/dev/null \
| tr '\n' ' ' \
| LC_ALL=C sort \
| tr '\n' ' ' \
)
compiled_suppliers := $(src_suppliers:.xml=.xmlo)