data/locale/Makefile.am: remove circular dependency

Origin commit data
------------------
Branch: ni/coolstream
Commit: d52e750de7
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-11-22 (Fri, 22 Nov 2013)

Origin message was:
------------------
- data/locale/Makefile.am: remove circular dependency

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-11-22 13:12:55 +01:00
parent 790298b1b7
commit 1f79a58316

View File

@@ -31,7 +31,7 @@ master.locale=english.locale
locals: sort-locals work-locals locals.h locals_intern.h
$(master.locale) \
sort-locals: $(top_srcdir)/data/locale/$(master.locale)
sort-locals:
for locale in $(locale); do \
cat $(top_srcdir)/data/locale/$${locale} | LC_ALL=C sort | uniq > $${locale}; \
done