summaryrefslogtreecommitdiffstats
path: root/rules/pop3spam.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:16:01 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:16:01 +0000
commitd2e9a9033f5b23bc1b74f027b0652287ad147ff9 (patch)
tree3cb797f59dd1d46c1b769d858c1d414f10b6e302 /rules/pop3spam.make
parent7b4bdd70d33f7e487b372e81bd9fa2122bcd9b7e (diff)
downloadptxdist-d2e9a9033f5b23bc1b74f027b0652287ad147ff9.tar.gz
ptxdist-d2e9a9033f5b23bc1b74f027b0652287ad147ff9.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4198 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pop3spam.make')
-rw-r--r--rules/pop3spam.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/pop3spam.make b/rules/pop3spam.make
index 046d3578e..f11bc0206 100644
--- a/rules/pop3spam.make
+++ b/rules/pop3spam.make
@@ -46,7 +46,7 @@ $(POP3SPAM_SOURCE):
pop3spam_extract: $(STATEDIR)/pop3spam.extract
-$(STATEDIR)/pop3spam.extract: $(pop3spam_extract_deps)
+$(STATEDIR)/pop3spam.extract: $(pop3spam_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(POP3SPAM_DIR))
@$(call extract, $(POP3SPAM_SOURCE))
@@ -94,7 +94,7 @@ $(STATEDIR)/pop3spam.compile: $(pop3spam_compile_deps_default)
pop3spam_install: $(STATEDIR)/pop3spam.install
-$(STATEDIR)/pop3spam.install: $(STATEDIR)/pop3spam.compile
+$(STATEDIR)/pop3spam.install: $(pop3spam_install_deps_default)
@$(call targetinfo, $@)
@$(call install, POP3SPAM)
@$(call touch, $@)