summaryrefslogtreecommitdiffstats
path: root/rules/libpv.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libpv.make')
-rw-r--r--rules/libpv.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libpv.make b/rules/libpv.make
index ae5d64767..1e79de553 100644
--- a/rules/libpv.make
+++ b/rules/libpv.make
@@ -38,7 +38,7 @@ $(STATEDIR)/libpv.get: $(libpv_get_deps_default)
$(LIBPV_SOURCE):
@$(call targetinfo, $@)
- @$(call get, $(LIBPV_URL))
+ @$(call get, LIBPV)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ libpv_extract: $(STATEDIR)/libpv.extract
$(STATEDIR)/libpv.extract: $(libpv_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(LIBPV_DIR))
- @$(call extract, $(LIBPV_SOURCE))
+ @$(call extract, LIBPV)
@$(call patchin, $(LIBPV))
@$(call touch, $@)