summaryrefslogtreecommitdiff
path: root/commands.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 /commands.c
parent42a626647e340a83b8307c0abf75f98f571e263f (diff)
downloadmake-8eea5e8ec1bbb1d81a04a8493526952a29adc015.tar.gz
Implementation of the second expansion in explicit
rules, static pattern rules and implicit rules.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 6fdb5bbb..97ec9816 100644
--- a/commands.c
+++ b/commands.c
@@ -38,7 +38,7 @@ extern int getpid ();
/* Set FILE's automatic variables up. */
-static void
+void
set_file_variables (struct file *file)
{
struct dep *d;