summaryrefslogtreecommitdiffstats
path: root/rules/oprofile.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 15:52:01 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 15:52:01 +0000
commit1996bede069c23a2f437a39bc3e09771edf051e6 (patch)
tree0092def8707045f76995a64abc59488fda752578 /rules/oprofile.make
parent844c70c0346263ba9e3a2195d4dc72a38b0de074 (diff)
downloadptxdist-1996bede069c23a2f437a39bc3e09771edf051e6.tar.gz
ptxdist-1996bede069c23a2f437a39bc3e09771edf051e6.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4100 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/oprofile.make')
-rw-r--r--rules/oprofile.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/oprofile.make b/rules/oprofile.make
index 1650a8fa8..4a63279c8 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -46,7 +46,7 @@ $(OPROFILE_SOURCE):
oprofile_extract: $(STATEDIR)/oprofile.extract
-$(STATEDIR)/oprofile.extract: $(oprofile_extract_deps)
+$(STATEDIR)/oprofile.extract: $(oprofile_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(OPROFILE_DIR))
@$(call extract, $(OPROFILE_SOURCE))
@@ -100,7 +100,7 @@ $(STATEDIR)/oprofile.compile: $(oprofile_compile_deps_default)
oprofile_install: $(STATEDIR)/oprofile.install
-$(STATEDIR)/oprofile.install: $(STATEDIR)/oprofile.compile
+$(STATEDIR)/oprofile.install: $(oprofile_install_deps_default)
@$(call targetinfo, $@)
@$(call install, OPROFILE)
@$(call touch, $@)