diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-27 21:14:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-27 21:14:01 +0200 |
commit | 4c68c74d91fe42c576b5b5da9ed113aa025e7f09 (patch) | |
tree | 5207badd39daaa9ac3ced29ce966945dcbf76bc6 /extra/locale/Makefile.in | |
parent | 4b7d25c83cdcaa50625647408e388c3b400fafce (diff) |
locale: disable parallel build as it is broken here
Diffstat (limited to 'extra/locale/Makefile.in')
-rw-r--r-- | extra/locale/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in index a16f82b73..c23461a11 100644 --- a/extra/locale/Makefile.in +++ b/extra/locale/Makefile.in @@ -5,6 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +.NOTPARALLEL: + locale_DIR := $(top_srcdir)extra/locale locale_OUT := $(top_builddir)extra/locale |