diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-08-21 03:19:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-08-21 03:19:30 +0200 |
commit | d97b7af40b83c5d44f8e8284b919809c3ec40434 (patch) | |
tree | 60de489a28e5b166ebe65c65bb66f9856ac622cf /smoke | |
parent | 71279dd5c8b5558b9ef86641e82989b514f8f12b (diff) | |
download | tdebindings-d97b7af40b83c5d44f8e8284b919809c3ec40434.tar.gz tdebindings-d97b7af40b83c5d44f8e8284b919809c3ec40434.zip |
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/tde/Makefile.am | 2 | ||||
-rw-r--r-- | smoke/tqt/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/smoke/tde/Makefile.am b/smoke/tde/Makefile.am index 36670c88..b39ec0ab 100644 --- a/smoke/tde/Makefile.am +++ b/smoke/tde/Makefile.am @@ -22,3 +22,5 @@ $(x_sources) smokedata.cpp: perl generate.pl CLEANFILES = $(libsmoketde_la_SOURCES) + +.NOTPARALLEL: diff --git a/smoke/tqt/Makefile.am b/smoke/tqt/Makefile.am index 29b4434b..45906e3d 100644 --- a/smoke/tqt/Makefile.am +++ b/smoke/tqt/Makefile.am @@ -22,3 +22,5 @@ $(x_sources) smokedata.cpp: perl generate.pl CLEANFILES = $(libsmoketqt_la_SOURCES) + +.NOTPARALLEL: |