MFC: r1.125: Fix -j with Makefiles specified via stdin.

Requested by:	Ulrich Spoerlein <uspoerlein@gmail.com>
This commit is contained in:
will 2007-04-14 05:04:10 +00:00
parent 8139bffc2f
commit ff27fdde7e

View File

@ -2338,7 +2338,7 @@ Job_Init(int maxproc)
jobFull = FALSE;
}
}
if (fifoFd <= 0) {
if (fifoFd < 0) {
maxJobs = maxproc;
jobFull = FALSE;
} else {