From af44f16799fa185e2729cda1653c80d29b598642 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 18 Dec 1999 17:43:47 +0000 Subject: * Fix problems with double-colon rules. * Fix problems with INTERMEDIATE rules. --- variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 2d73b08..8058a74 100644 --- a/variable.c +++ b/variable.c @@ -1008,7 +1008,7 @@ print_variable (v, prefix) { register char *p; - printf ("%s %s= ", v->name, v->recursive ? "" : ":"); + printf ("%s %s= ", v->name, v->recursive ? v->append ? "+" : "" : ":"); /* Check if the value is just whitespace. */ p = next_token (v->value); -- cgit v1.2.3