summaryrefslogtreecommitdiffstats
path: root/rules/oprofile.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:17:27 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:17:27 +0000
commit89587de57a4467c7178521981cb866e4679a32dc (patch)
tree495788e04e484ed7e6158e45905f4fdcac2defaa /rules/oprofile.make
parent34ba8d704ff31fb2a8a4a63047ef83f8dbef450d (diff)
downloadptxdist-89587de57a4467c7178521981cb866e4679a32dc.tar.gz
ptxdist-89587de57a4467c7178521981cb866e4679a32dc.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3864 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/oprofile.make')
-rw-r--r--rules/oprofile.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/oprofile.make b/rules/oprofile.make
index 275648e3d..9abd9f04f 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -34,7 +34,7 @@ oprofile_get: $(STATEDIR)/oprofile.get
oprofile_get_deps = $(OPROFILE_SOURCE)
-$(STATEDIR)/oprofile.get: $(oprofile_get_deps)
+$(STATEDIR)/oprofile.get: $(oprofile_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -87,7 +87,7 @@ OPROFILE_AUTOCONF += --with-kernel-support
#
OPROFILE_MAKEVARS = $(KERNEL_MAKEVARS)
-$(STATEDIR)/oprofile.prepare: $(oprofile_prepare_deps)
+$(STATEDIR)/oprofile.prepare: $(oprofile_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(OPROFILE_DIR)/config.cache)
cd $(OPROFILE_DIR) && \
@@ -103,7 +103,7 @@ oprofile_compile: $(STATEDIR)/oprofile.compile
oprofile_compile_deps = $(STATEDIR)/oprofile.prepare
-$(STATEDIR)/oprofile.compile: $(oprofile_compile_deps)
+$(STATEDIR)/oprofile.compile: $(oprofile_compile_deps_default)
@$(call targetinfo, $@)
$(OPROFILE_PATH) make -C $(OPROFILE_DIR) $(OPROFILE_MAKEVARS)
@$(call touch, $@)
@@ -127,7 +127,7 @@ oprofile_targetinstall: $(STATEDIR)/oprofile.targetinstall
oprofile_targetinstall_deps = $(STATEDIR)/oprofile.compile
-$(STATEDIR)/oprofile.targetinstall: $(oprofile_targetinstall_deps)
+$(STATEDIR)/oprofile.targetinstall: $(oprofile_targetinstall_deps_default)
@$(call targetinfo, $@)
# FIXME: nothing to do on targetinstall?
@$(call touch, $@)