summaryrefslogtreecommitdiffstats
path: root/rules/memstat.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 12:45:35 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 12:45:35 +0000
commit257bd530dc154c533a1f08d33048b8176eec2dd6 (patch)
treeb57bf37596aa61f6b19773fe363d99c68546f371 /rules/memstat.make
parente1196a7e1b5ddbf06af4d942e693ad2f38b78598 (diff)
downloadptxdist-257bd530dc154c533a1f08d33048b8176eec2dd6.tar.gz
ptxdist-257bd530dc154c533a1f08d33048b8176eec2dd6.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4077 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/memstat.make')
-rw-r--r--rules/memstat.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/memstat.make b/rules/memstat.make
index 5e57a8dc4..7ddf01c75 100644
--- a/rules/memstat.make
+++ b/rules/memstat.make
@@ -32,7 +32,7 @@ MEMSTAT_DIR = $(BUILDDIR)/memstat-$(MEMSTAT_VERSION)
memstat_get: $(STATEDIR)/memstat.get
-$(STATEDIR)/memstat.get: $(MEMSTAT_SOURCE)
+$(STATEDIR)/memstat.get: $(memstat_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(MEMSTAT))
@$(call touch, $@)
@@ -47,6 +47,7 @@ $(MEMSTAT_SOURCE):
memstat_extract: $(STATEDIR)/memstat.extract
+$(STATEDIR)/memstat_extract: $(memstat_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(MEMSTAT_DIR))
@$(call extract, $(MEMSTAT_SOURCE))
@@ -88,7 +89,7 @@ $(STATEDIR)/memstat.compile: $(memstat_compile_deps_default)
memstat_install: $(STATEDIR)/memstat.install
-$(STATEDIR)/memstat.install: $(STATEDIR)/memstat.compile
+$(STATEDIR)/memstat.install: $(memstat_install_deps_default)
@$(call targetinfo, $@)
@$(call install, MEMSTAT)
@$(call touch, $@)