summaryrefslogtreecommitdiffstats
path: root/rules/rsync.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:34:56 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:34:56 +0000
commit5ac2a9a6253996425cc9674230223e7a71f941b7 (patch)
treed0b052e0a2a990befbfa49d8f90184916d8d6672 /rules/rsync.make
parente8ccde4d52f9d4e2c86aee93fed6552cf58f7c3b (diff)
downloadptxdist-5ac2a9a6253996425cc9674230223e7a71f941b7.tar.gz
ptxdist-5ac2a9a6253996425cc9674230223e7a71f941b7.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4213 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rsync.make')
-rw-r--r--rules/rsync.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rsync.make b/rules/rsync.make
index 81face220..855abda92 100644
--- a/rules/rsync.make
+++ b/rules/rsync.make
@@ -32,7 +32,7 @@ RSYNC_DIR = $(BUILDDIR)/$(RSYNC)
rsync_get: $(STATEDIR)/rsync.get
-$(STATEDIR)/rsync.get: $(RSYNC_SOURCE)
+$(STATEDIR)/rsync.get: $(rsync_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -46,7 +46,7 @@ $(RSYNC_SOURCE):
rsync_extract: $(STATEDIR)/rsync.extract
-$(STATEDIR)/rsync.extract: $(rsync_extract_deps)
+$(STATEDIR)/rsync.extract: $(rsync_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(RSYNC_DIR))
@$(call extract, $(RSYNC_SOURCE))