locale: fix logic in Makefile

Origin commit data
------------------
Branch: ni/coolstream
Commit: 725b8be0d6
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-10-24 (Wed, 24 Oct 2012)

Origin message was:
------------------
- locale: fix logic in Makefile

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-10-24 16:00:27 +02:00
parent 8f54d552d3
commit 127e08795d

View File

@@ -34,7 +34,6 @@ sort-locals: $(top_srcdir)/data/locale/$(master.locale)
for locale in $(locale); do \
cat $(top_srcdir)/data/locale/$${locale} | LC_ALL=C sort | uniq > $${locale}; \
done
cp -f $(locale) $(top_srcdir)/data/locale
ordercheck: $(top_srcdir)/data/locale/$(master.locale)
cut -d' ' -f1 $(top_srcdir)/data/locale/$(master.locale) | LC_ALL=C sort | uniq > /tmp/log
@@ -53,7 +52,7 @@ check: locals.h locals_intern.h
diff locals.h $(top_srcdir)/src/system
diff locals_intern.h $(top_srcdir)/src/system
install-locals: locals.h locals_intern.h
install-locals: sort-locals locals.h locals_intern.h
cp locals.h locals_intern.h $(top_srcdir)/src/system
@echo "Consider committing src/system/[locals.h locals_intern.h]"
cp -f $(locale) $(top_srcdir)/data/locale