diff options
author | Slávek Banko <[email protected]> | 2016-08-21 17:00:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-08-21 17:00:15 +0200 |
commit | a3814fe7ed9a0e00589137b194a4ebbfec75079b (patch) | |
tree | f5eacc1fdfcc8e8450e9978c2e6a4f51bf5056e1 /kformula | |
parent | 89d67a68679110bbe72db5d8661b9a1c44089031 (diff) | |
download | koffice-a3814fe7ed9a0e00589137b194a4ebbfec75079b.tar.gz koffice-a3814fe7ed9a0e00589137b194a4ebbfec75079b.zip |
Workaround for parallel build
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kformula')
-rw-r--r-- | kformula/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kformula/Makefile.am b/kformula/Makefile.am index 5673fbb8..a00235b2 100644 --- a/kformula/Makefile.am +++ b/kformula/Makefile.am @@ -39,3 +39,5 @@ messages: rc.cpp kde_services_DATA = kformulapart.desktop include $(top_srcdir)/admin/Doxyfile.am + +.NOTPARALLEL: |