diff options
author | Slávek Banko <[email protected]> | 2021-04-07 16:52:39 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-04-07 16:52:39 +0200 |
commit | 657a975c63efd3e2d1ef148551c960931d3c1862 (patch) | |
tree | a84cf54350ef0266355aacef61c054bf17b15639 /chalk/colorspaces/gray_u8 | |
parent | 6c3649709f70bcf58c450cbadabf7811f3d11a1a (diff) | |
download | koffice-657a975c63efd3e2d1ef148551c960931d3c1862.tar.gz koffice-657a975c63efd3e2d1ef148551c960931d3c1862.zip |
Workaround for parallel build.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'chalk/colorspaces/gray_u8')
-rw-r--r-- | chalk/colorspaces/gray_u8/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chalk/colorspaces/gray_u8/Makefile.am b/chalk/colorspaces/gray_u8/Makefile.am index 494acd22..fda7f56a 100644 --- a/chalk/colorspaces/gray_u8/Makefile.am +++ b/chalk/colorspaces/gray_u8/Makefile.am @@ -29,3 +29,4 @@ endif SUBDIRS = . templates $(TESTSDIR) +.NOTPARALLEL: |