From 127e08795de6c1794462ff6b214993dac6fcbe5f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 24 Oct 2012 16:00:27 +0200 Subject: [PATCH] locale: fix logic in Makefile Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/725b8be0d644fb4c2e98d326f70568419a96723c Author: vanhofen 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 --- data/locale/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/locale/Makefile.am b/data/locale/Makefile.am index 0199402f3..654d8eea9 100644 --- a/data/locale/Makefile.am +++ b/data/locale/Makefile.am @@ -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