summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index f0784f8a..b6aa7cf9 100755
--- a/acprep
+++ b/acprep
@@ -1412,7 +1412,7 @@ class PrepareBuild(CommandLineApp):
else:
make_args.append(arg)
- if self.options.jobs > 1:
+ if self.options.jobs > 1 and self.current_flavor != 'gcov':
make_args.append('-j%d' % self.options.jobs)
make_args.append('JOBS=%d' % self.options.jobs)