summaryrefslogtreecommitdiffstats
path: root/rules/host-lxdialog.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/host-lxdialog.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/host-lxdialog.make')
-rw-r--r--rules/host-lxdialog.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-lxdialog.make b/rules/host-lxdialog.make
index ab0f5b131..e1aa9e2ca 100644
--- a/rules/host-lxdialog.make
+++ b/rules/host-lxdialog.make
@@ -71,7 +71,7 @@ host-lxdialog_prepare_deps = $(STATEDIR)/host-lxdialog.extract
HOST_LXDIALOG_PATH = PATH=$(HOST_PATH)
HOST_LXDIALOG_ENV = $(HOSTCC_ENV)
-$(STATEDIR)/host-lxdialog.prepare: $(host-lxdialog_prepare_deps)
+$(STATEDIR)/host-lxdialog.prepare: $(host-lxdialog_prepare_deps_default)
@$(call targetinfo, $@, n)
@$(call touch, $@)
@@ -83,7 +83,7 @@ host-lxdialog_compile: $(STATEDIR)/host-lxdialog.compile
host-lxdialog_compile_deps = $(STATEDIR)/host-lxdialog.prepare
-$(STATEDIR)/host-lxdialog.compile: $(host-lxdialog_compile_deps)
+$(STATEDIR)/host-lxdialog.compile: $(host-lxdialog_compile_deps_default)
@$(call targetinfo, $@, n)
cd $(HOST_LXDIALOG_DIR) && $(HOST_LXDIALOG_ENV) $(HOST_LXDIALOG_PATH) make
@$(call touch, $@)
@@ -96,7 +96,7 @@ host-lxdialog_install: $(STATEDIR)/host-lxdialog.install
host-lxdialog_install_deps = $(STATEDIR)/host-lxdialog.compile
-$(STATEDIR)/host-lxdialog.install: $(host-lxdialog_install_deps)
+$(STATEDIR)/host-lxdialog.install: $(host-lxdialog_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)