aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-07-20 19:05:23 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-07-20 19:05:23 +0000
commit3dd8ef558e669406442202a17e3ef200fcce5e5b (patch)
tree9f1d3cbe137c7298298d13e58636a5a452a56b5f /usr.bin/make
parent484fe85e27d8e2865d2c86d5317f06e33eea2730 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/job.c2
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;
}
}