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:16 +0200 |
commit | 4cdbf14fa212b2c9ef1c0312f2c92856bb0f532b (patch) | |
tree | f9f79f008250bdbd423222536bc57116ff83398a /kplato | |
parent | 8abf888c7d3f3a277fe04ef97df6185dadd9fa48 (diff) | |
download | koffice-4cdbf14fa212b2c9ef1c0312f2c92856bb0f532b.tar.gz koffice-4cdbf14fa212b2c9ef1c0312f2c92856bb0f532b.zip |
Workaround for parallel build
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit baa397f084784069f5dcc7e22acad6b8c7b4568e)
Diffstat (limited to 'kplato')
-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: |