From a909822ea915cfbf2387bd13885faf39f03a585d Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sun, 14 May 2006 14:27:39 +0000 Subject: 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 --- rules/realvnc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/realvnc.make') diff --git a/rules/realvnc.make b/rules/realvnc.make index 9eede9d2a..c8edfeb6a 100644 --- a/rules/realvnc.make +++ b/rules/realvnc.make @@ -41,7 +41,7 @@ $(STATEDIR)/realvnc.get: $(realvnc_get_deps_default) $(REALVNC_SOURCE): @$(call targetinfo, $@) - @$(call get, $(REALVNC_URL)) + @$(call get, REALVNC) # ---------------------------------------------------------------------------- # Extract @@ -52,7 +52,7 @@ realvnc_extract: $(STATEDIR)/realvnc.extract $(STATEDIR)/realvnc.extract: $(realvnc_extract_deps_default) @$(call targetinfo, $@) @$(call clean, $(REALVNC_DIR)) - @$(call extract, $(REALVNC_SOURCE)) + @$(call extract, REALVNC) @$(call patchin, $(REALVNC)) @$(call touch, $@) -- cgit v1.2.3