diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-07-19 07:03:26 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-07-19 07:03:26 +0000 |
| commit | bc7ab08ab38221c8a12c4bc8bc31cdebf19c8480 (patch) | |
| tree | 4f4a36c249f43135061a187e6bfb71080ff27d1e /usr.bin/make | |
| parent | 985d6fb29c5892960cd50f6ae311b0fc2669685b (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 8b467f7f2d30..629460a532f4 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -3367,7 +3367,7 @@ Compat_Run(Lst *targs) */ if (error_cnt == 0) { LST_FOREACH(ln, &ENDNode->commands) { - if (Compat_RunCommand(Lst_Datum(ln), gn)) + if (Compat_RunCommand(Lst_Datum(ln), ENDNode)) break; } } |
