From 659fc6b55e28740c74d66dbe3bda765d1004a12e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Feb 2005 21:40:23 +0000 Subject: Implementation of the second expansion in explicit rules, static pattern rules and implicit rules. --- expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expand.c') diff --git a/expand.c b/expand.c index 4440192..372a0f5 100644 --- a/expand.c +++ b/expand.c @@ -440,7 +440,7 @@ expand_argument (const char *str, const char *end) /* Expand LINE for FILE. Error messages refer to the file and line where FILE's commands were found. Expansion uses FILE's variable set list. */ -static char * +char * variable_expand_for_file (char *line, struct file *file) { char *result; -- cgit v1.2.3