summaryrefslogtreecommitdiffstats
path: root/rules/smtpclient.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:45:48 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:45:48 +0000
commite60e2affda6eb7d7e36b96a6ffa99ba9e1854911 (patch)
treec35634176105ac1b452f7f15602a2f7387880a99 /rules/smtpclient.make
parent4b188998e0ce300c0fb38676164e3f8db5e0b420 (diff)
downloadptxdist-e60e2affda6eb7d7e36b96a6ffa99ba9e1854911.tar.gz
ptxdist-e60e2affda6eb7d7e36b96a6ffa99ba9e1854911.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4220 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/smtpclient.make')
-rw-r--r--rules/smtpclient.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/smtpclient.make b/rules/smtpclient.make
index 726054c48..610ffbff7 100644
--- a/rules/smtpclient.make
+++ b/rules/smtpclient.make
@@ -32,7 +32,7 @@ SMTPCLIENT_DIR = $(BUILDDIR)/$(SMTPCLIENT)
smtpclient_get: $(STATEDIR)/smtpclient.get
-$(STATEDIR)/smtpclient.get: $(SMTPCLIENT_SOURCE)
+$(STATEDIR)/smtpclient.get: $(smtpclient_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(SMTPCLIENT))
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(SMTPCLIENT_SOURCE):
smtpclient_extract: $(STATEDIR)/smtpclient.extract
-$(STATEDIR)/smtpclient.extract: $(smtpclient_extract_deps)
+$(STATEDIR)/smtpclient.extract: $(smtpclient_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(SMTPCLIENT_DIR))
@$(call extract, $(SMTPCLIENT_SOURCE))
@@ -93,7 +93,7 @@ $(STATEDIR)/smtpclient.compile: $(smtpclient_compile_deps_default)
smtpclient_install: $(STATEDIR)/smtpclient.install
-$(STATEDIR)/smtpclient.install: $(STATEDIR)/smtpclient.compile
+$(STATEDIR)/smtpclient.install: $(smtpclient_install_deps_default)
@$(call targetinfo, $@)
# No install for applications
@$(call touch, $@)