summaryrefslogtreecommitdiffstats
path: root/rules/jed.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/jed.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/jed.make')
-rw-r--r--rules/jed.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/jed.make b/rules/jed.make
index feb999ee2..f74b4c7dd 100644
--- a/rules/jed.make
+++ b/rules/jed.make
@@ -34,7 +34,7 @@ jed_get: $(STATEDIR)/jed.get
jed_get_deps = $(JED_SOURCE)
-$(STATEDIR)/jed.get: $(jed_get_deps)
+$(STATEDIR)/jed.get: $(jed_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(JED))
@$(call touch, $@)
@@ -82,7 +82,7 @@ JED_ENV = $(CROSS_ENV)
#
JED_AUTOCONF = $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/jed.prepare: $(jed_prepare_deps)
+$(STATEDIR)/jed.prepare: $(jed_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(JED_DIR)/config.cache)
cd $(JED_DIR) && \
@@ -98,7 +98,7 @@ jed_compile: $(STATEDIR)/jed.compile
jed_compile_deps = $(STATEDIR)/jed.prepare
-$(STATEDIR)/jed.compile: $(jed_compile_deps)
+$(STATEDIR)/jed.compile: $(jed_compile_deps_default)
@$(call targetinfo, $@)
cd $(JED_DIR) && $(JED_ENV) $(JED_PATH) make
@$(call touch, $@)
@@ -123,7 +123,7 @@ jed_targetinstall: $(STATEDIR)/jed.targetinstall
jed_targetinstall_deps = $(STATEDIR)/jed.compile
-$(STATEDIR)/jed.targetinstall: $(jed_targetinstall_deps)
+$(STATEDIR)/jed.targetinstall: $(jed_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)