Sort comps in make all

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2017-08-15 13:40:48 -04:00
parent 764a801128
commit 9faebccaa2
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -1,7 +1,7 @@
XMLINFILES=$(wildcard *.xml.in)
XMLFILES = $(patsubst %.xml.in,%.xml,$(XMLINFILES))
all: po $(XMLFILES)
all: po $(XMLFILES) sort
po: $(XMLINFILES)
make -C po -f Makefile || exit 1