summaryrefslogtreecommitdiffstats
path: root/rules/pop3spam.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/pop3spam.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/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 f95fd8c32..a39598c31 100644
--- a/rules/pop3spam.make
+++ b/rules/pop3spam.make
@@ -38,7 +38,7 @@ $(STATEDIR)/pop3spam.get: $(pop3spam_get_deps_default)
$(POP3SPAM_SOURCE):
@$(call targetinfo, $@)
- @$(call get, $(POP3SPAM_URL))
+ @$(call get, POP3SPAM)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ pop3spam_extract: $(STATEDIR)/pop3spam.extract
$(STATEDIR)/pop3spam.extract: $(pop3spam_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(POP3SPAM_DIR))
- @$(call extract, $(POP3SPAM_SOURCE))
+ @$(call extract, POP3SPAM)
@$(call patchin, $(POP3SPAM))
@$(call touch, $@)