summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:02:51 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:02:51 +0000
commitcf72a72d09cb648418f2762fd5c9765de5cf7115 (patch)
treec2e74a77376fff723d0140de39a408836c122abf /rules/thttpd.make
parent1a6f41226d78c0ca2041defb6745aac342b4140f (diff)
downloadptxdist-cf72a72d09cb648418f2762fd5c9765de5cf7115.tar.gz
ptxdist-cf72a72d09cb648418f2762fd5c9765de5cf7115.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4232 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index 636b1b550..b7f135b57 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -32,7 +32,7 @@ THTTPD_DIR = $(BUILDDIR)/$(THTTPD)
thttpd_get: $(STATEDIR)/thttpd.get
-$(STATEDIR)/thttpd.get: $(THTTPD_SOURCE)
+$(STATEDIR)/thttpd.get: $(thttpd_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -46,7 +46,7 @@ $(THTTPD_SOURCE):
thttpd_extract: $(STATEDIR)/thttpd.extract
-$(STATEDIR)/thttpd.extract: $(thttpd_extract_deps)
+$(STATEDIR)/thttpd.extract: $(thttpd_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(THTTPD_DIR))
@$(call extract, $(THTTPD_SOURCE))
@@ -92,7 +92,7 @@ $(STATEDIR)/thttpd.compile: $(thttpd_compile_deps_default)
thttpd_install: $(STATEDIR)/thttpd.install
-$(STATEDIR)/thttpd.install: $(STATEDIR)/thttpd.compile
+$(STATEDIR)/thttpd.install: $(thttpd_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)