summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-04-20 19:25:54 +0000
committerPaul Smith <psmith@gnu.org>2002-04-20 19:25:54 +0000
commitdad29566b34017a548ba56469147a5398c3334df (patch)
tree7bdd3704b8b96a8919959fb1ce20f971ae6a1cd4 /function.c
parentd242ee90535385a33f5b32069220d8f547a52373 (diff)
downloadgunmake-dad29566b34017a548ba56469147a5398c3334df.tar.gz
Updates to translaations.
Fix an assert() in an obscure use of -q Handling of double-colon timestamp updates was broken in a bizarre way. Store arguments to $(call ...) functions in simple variables, not recursive variables.
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index 2c049ce..e263b0f 100644
--- a/function.c
+++ b/function.c
@@ -1876,7 +1876,7 @@ func_call (o, argv, funcname)
char num[11];
sprintf (num, "%d", i);
- define_variable (num, strlen (num), *argv, o_automatic, 1);
+ define_variable (num, strlen (num), *argv, o_automatic, 0);
}
/* Expand the body in the context of the arguments, adding the result to