summaryrefslogtreecommitdiff
path: root/src/vpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpath.c')
-rw-r--r--src/vpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpath.c b/src/vpath.c
index bb369455..873a9c94 100644
--- a/src/vpath.c
+++ b/src/vpath.c
@@ -71,7 +71,7 @@ build_vpath_lists (void)
/* If there is a VPATH variable with a nonnull expanded value, construct the
general VPATH list from it. */
- p = variable_expand ("$(strip $(VPATH))");
+ p = expand_string ("$(strip $(VPATH))");
if (*p != '\0')
{
@@ -95,7 +95,7 @@ build_vpath_lists (void)
/* If there is a GPATH variable with a nonnull expanded value, construct the
GPATH list from it. */
- p = variable_expand ("$(strip $(GPATH))");
+ p = expand_string ("$(strip $(GPATH))");
if (*p != '\0')
{