summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r--usr.bin/make/cond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c
index 8eab811..6566766 100644
--- a/usr.bin/make/cond.c
+++ b/usr.bin/make/cond.c
@@ -803,7 +803,7 @@ error:
if (condExpr[arglen] != '\0') {
val = Var_Parse(&condExpr[arglen - 1], VAR_CMD,
- doEval, &length, &doFree);
+ FALSE, &length, &doFree);
if (val == var_Error) {
t = Err;
} else {
OpenPOWER on IntegriCloud