summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-05-14 14:27:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-05-14 14:27:39 +0000
commita909822ea915cfbf2387bd13885faf39f03a585d (patch)
treed1d57fd082fa7139c17453a538a37b4f82c3cb2e /rules/thttpd.make
parent94df0f6084d8f7f3513ab7a4cc64e0de64c7e3c1 (diff)
downloadptxdist-a909822ea915cfbf2387bd13885faf39f03a585d.tar.gz
ptxdist-a909822ea915cfbf2387bd13885faf39f03a585d.tar.xz
changed get and extract macros to use packet labels
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
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, $@)