From d97b7af40b83c5d44f8e8284b919809c3ec40434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 21 Aug 2016 03:19:30 +0200 Subject: Workaround for parallel build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- smoke/tde/Makefile.am | 2 ++ smoke/tqt/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) 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: -- cgit v1.2.1