summaryrefslogtreecommitdiffstats
path: root/rules/wget.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:43:10 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:43:10 +0000
commit3413b604c8925c68fcd9b9941d8493b23ede747b (patch)
tree58874e40d07bf6a9472168aec3f94b9fc6a94eb9 /rules/wget.make
parenta106bda27b4dfd5eaf2d3804cde4046b7f802cec (diff)
downloadptxdist-3413b604c8925c68fcd9b9941d8493b23ede747b.tar.gz
ptxdist-3413b604c8925c68fcd9b9941d8493b23ede747b.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4242 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/wget.make')
-rw-r--r--rules/wget.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/wget.make b/rules/wget.make
index d0d8c18fd..249d9e456 100644
--- a/rules/wget.make
+++ b/rules/wget.make
@@ -32,7 +32,7 @@ WGET_DIR = $(BUILDDIR)/$(WGET_PACKET)
wget_get: $(STATEDIR)/wget.get
-$(STATEDIR)/wget.get: $(WGET_SOURCE)
+$(STATEDIR)/wget.get: $(wget_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(WGET_PACKET))
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(WGET_SOURCE):
wget_extract: $(STATEDIR)/wget.extract
-$(STATEDIR)/wget.extract: $(wget_extract_deps)
+$(STATEDIR)/wget.extract: $(wget_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(WGET_DIR))
@$(call extract, $(WGET_SOURCE))
@@ -95,7 +95,7 @@ $(STATEDIR)/wget.compile: $(wget_compile_deps_default)
wget_install: $(STATEDIR)/wget.install
-$(STATEDIR)/wget.install: $(STATEDIR)/wget.compile
+$(STATEDIR)/wget.install: $(wget_install_deps_default)
@$(call targetinfo, $@)
@$(call install, WGET)
@$(call touch, $@)