summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/file.c b/file.c
index daf22a5..55ca7ee 100644
--- a/file.c
+++ b/file.c
@@ -540,6 +540,10 @@ snap_deps ()
f = lookup_file (".POSIX");
if (f != 0 && f->is_target)
posix_pedantic = 1;
+
+ f = lookup_file (".NOTPARALLEL");
+ if (f != 0 && f->is_target)
+ not_parallel = 1;
}
/* Set the `command_state' member of FILE and all its `also_make's. */