diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-08-21 17:00:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-08-21 17:00:33 +0200 |
commit | 08500cc118c149f1c8364eaf9ab505ace28913fa (patch) | |
tree | 583289b15306f718265391db14811d7729fb32bf /kspread | |
parent | 28a965c0d006078b392ffb45b764e8640ccf0e52 (diff) | |
download | koffice-08500cc118c149f1c8364eaf9ab505ace28913fa.tar.gz koffice-08500cc118c149f1c8364eaf9ab505ace28913fa.zip |
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a3814fe7ed9a0e00589137b194a4ebbfec75079b)
Diffstat (limited to 'kspread')
-rw-r--r-- | kspread/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kspread/Makefile.am b/kspread/Makefile.am index 6f8a038b..d3965a2d 100644 --- a/kspread/Makefile.am +++ b/kspread/Makefile.am @@ -71,3 +71,5 @@ messages: rc.cpp include ../admin/Doxyfile.am noinst_HEADERS = + +.NOTPARALLEL: |