summaryrefslogtreecommitdiff
path: root/src/implicit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/implicit.c')
-rw-r--r--src/implicit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/implicit.c b/src/implicit.c
index c40a50f4..cd7445fd 100644
--- a/src/implicit.c
+++ b/src/implicit.c
@@ -706,7 +706,7 @@ pattern_search (struct file *file, int archive,
}
/* Perform the 2nd expansion. */
- p = variable_expand_for_file (depname, file);
+ p = expand_string_for_file (depname, file);
dptr = &dl;
/* Parse the results into a deps list. */