From 78184871438aaa075b3f8bad43b078015f864c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 21 Aug 2016 03:51:56 +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 --- krec/Makefile.am | 1 + noatun/app/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/krec/Makefile.am b/krec/Makefile.am index f45884c9..a07b0772 100644 --- a/krec/Makefile.am +++ b/krec/Makefile.am @@ -97,3 +97,4 @@ kde_services_DATA=krec_exportwave.desktop krecord.lo: ../arts/gui/common/artsgui.h ../arts/modules/effects/artsmoduleseffects.h ../arts/modules/common/artsmodulescommon.h ../arts/midi/artsmidi.h ../arts/modules/synth/artsmodulessynth.h +.NOTPARALLEL: diff --git a/noatun/app/Makefile.am b/noatun/app/Makefile.am index 3750e4b8..4e208279 100644 --- a/noatun/app/Makefile.am +++ b/noatun/app/Makefile.am @@ -9,3 +9,5 @@ bin_PROGRAMS = lib_LTLIBRARIES = METASOURCES = AUTO + +.NOTPARALLEL: -- cgit v1.2.3