From baa397f084784069f5dcc7e22acad6b8c7b4568e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 8 Sep 2016 18:31:05 +0200 Subject: [PATCH] Workaround for parallel build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- chalk/colorspaces/gray_u16/Makefile.am | 1 + kplato/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/chalk/colorspaces/gray_u16/Makefile.am b/chalk/colorspaces/gray_u16/Makefile.am index ed398249f..a168e5bad 100644 --- a/chalk/colorspaces/gray_u16/Makefile.am +++ b/chalk/colorspaces/gray_u16/Makefile.am @@ -27,3 +27,4 @@ chalk_gray_u16_plugin_la_METASOURCES = AUTO SUBDIRS = . +.NOTPARALLEL: diff --git a/kplato/Makefile.am b/kplato/Makefile.am index 9b38e954b..96ea9294d 100644 --- a/kplato/Makefile.am +++ b/kplato/Makefile.am @@ -129,3 +129,5 @@ messages: rc.cpp kde_services_DATA = kplatopart.desktop include $(top_srcdir)/admin/Doxyfile.am + +.NOTPARALLEL: