diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-12 14:16:44 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-12 14:16:44 +0000 |
| commit | 8b8eb9e2ab2ce467d85186909ab0bf9ca1dfa7da (patch) | |
| tree | 62f3bf0ee1d651af1f65a442f72505ae0f4ba19c /usr.bin/make/parse.c | |
| parent | 35fd572dcb20db6beb702a2c71902d09bb4a50df (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
| -rw-r--r-- | usr.bin/make/parse.c | 2 |
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; |
