summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 7b57470f81..e511cbaca2 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -48,6 +48,7 @@ sub new($$$)
if (!$self->{automatic_deps}) {
$self->output("ALL_PREDEP = proto\n");
+ $self->output(".NOTPARALLEL:\n");
}
return $self;