diff options
author | Slávek Banko <[email protected]> | 2016-09-08 18:31:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-08 18:31:05 +0200 |
commit | baa397f084784069f5dcc7e22acad6b8c7b4568e (patch) | |
tree | d087ea2d5daf1dff851554d638c70ed314ba77de /kplato/Makefile.am | |
parent | 0b9e390c01029f4f1a8c0263e532fc1c3faf2b7d (diff) | |
download | koffice-baa397f084784069f5dcc7e22acad6b8c7b4568e.tar.gz koffice-baa397f084784069f5dcc7e22acad6b8c7b4568e.zip |
Workaround for parallel build
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kplato/Makefile.am')
-rw-r--r-- | kplato/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kplato/Makefile.am b/kplato/Makefile.am index 9b38e954..96ea9294 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: |