summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-07-19 07:03:26 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-07-19 07:03:26 +0000
commitbc7ab08ab38221c8a12c4bc8bc31cdebf19c8480 (patch)
tree4f4a36c249f43135061a187e6bfb71080ff27d1e /usr.bin/make
parent985d6fb29c5892960cd50f6ae311b0fc2669685b (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;
}
}