summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-08-21 03:19:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-08-21 03:19:30 +0200
commitd97b7af40b83c5d44f8e8284b919809c3ec40434 (patch)
tree60de489a28e5b166ebe65c65bb66f9856ac622cf
parent71279dd5c8b5558b9ef86641e82989b514f8f12b (diff)
downloadtdebindings-d97b7af4.tar.gz
tdebindings-d97b7af4.zip
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--smoke/tde/Makefile.am2
-rw-r--r--smoke/tqt/Makefile.am2
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: