diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-07-20 19:05:23 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-07-20 19:05:23 +0000 |
| commit | 3dd8ef558e669406442202a17e3ef200fcce5e5b (patch) | |
| tree | 9f1d3cbe137c7298298d13e58636a5a452a56b5f /usr.bin/make | |
| parent | 484fe85e27d8e2865d2c86d5317f06e33eea2730 (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; } } |
