summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index 85ed48a20..d917e52d3 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -38,7 +38,7 @@ $(STATEDIR)/thttpd.get: $(thttpd_get_deps_default)
$(THTTPD_SOURCE):
@$(call targetinfo, $@)
- @$(call get, $(THTTPD_URL))
+ @$(call get, THTTPD)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ thttpd_extract: $(STATEDIR)/thttpd.extract
$(STATEDIR)/thttpd.extract: $(thttpd_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(THTTPD_DIR))
- @$(call extract, $(THTTPD_SOURCE))
+ @$(call extract, THTTPD)
@$(call patchin, $(THTTPD))
@$(call touch, $@)