aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-12 14:16:44 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-12 14:16:44 +0000
commit8b8eb9e2ab2ce467d85186909ab0bf9ca1dfa7da (patch)
tree62f3bf0ee1d651af1f65a442f72505ae0f4ba19c /usr.bin/make/parse.c
parent35fd572dcb20db6beb702a2c71902d09bb4a50df (diff)
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index 4df224f0092e..219675f3ed0a 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -882,7 +882,7 @@ ParseDoDependency(char *line)
DEFAULT = gn;
break;
case NotParallel:
- maxJobs = 1;
+ jobLimit = 1;
break;
case SingleShell:
compatMake = 1;