diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-12-07 15:08:59 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-12-07 15:08:59 +0000 |
commit | c28facd707d4735998b186e739eea72062b11059 (patch) | |
tree | f221d767b95307d87cea6be29681434a46e99369 /usr.bin/make | |
parent | 555f93378c35cb2e930b30d3bad9c82ac16ca6ee (diff) |
job.h is also used for compat sequential mode.
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/job.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 22f1115875f..46957590e2a 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -1,7 +1,7 @@ #ifndef _JOB_H_ #define _JOB_H_ -/* $OpenBSD: job.h,v 1.28 2012/10/18 17:54:43 espie Exp $ */ +/* $OpenBSD: job.h,v 1.29 2012/12/07 15:08:58 espie Exp $ */ /* $NetBSD: job.h,v 1.5 1996/11/06 17:59:10 christos Exp $ */ /* @@ -42,7 +42,7 @@ /*- * job.h -- - * Definitions pertaining to the running of jobs in parallel mode. + * Definitions pertaining to the running of jobs. */ extern void Job_Make(GNode *); |