summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2005-02-27 21:40:23 +0000
committerBoris Kolpackov <boris@kolpackov.net>2005-02-27 21:40:23 +0000
commit8eea5e8ec1bbb1d81a04a8493526952a29adc015 (patch)
treea3b99015012abca13c0f7729274dff1bba322f1f /expand.c
parent42a626647e340a83b8307c0abf75f98f571e263f (diff)
downloadmake-8eea5e8ec1bbb1d81a04a8493526952a29adc015.tar.gz
Implementation of the second expansion in explicit
rules, static pattern rules and implicit rules.
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.c b/expand.c
index 4440192e..372a0f59 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;