summaryrefslogtreecommitdiffstats
path: root/rules/hexedit.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:55:07 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:55:07 +0000
commit305c5ae24f0297a58f848c6047f0cf2ddcd4b82f (patch)
tree055af6e515e5747828ebfd25901ec1554fe4fabe /rules/hexedit.make
parent08a91edb13870d2e8e1bb16b15aad85e82e5800a (diff)
downloadptxdist-305c5ae24f0297a58f848c6047f0cf2ddcd4b82f.tar.gz
ptxdist-305c5ae24f0297a58f848c6047f0cf2ddcd4b82f.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3960 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/hexedit.make')
-rw-r--r--rules/hexedit.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/hexedit.make b/rules/hexedit.make
index 49718f7dc..6ae03a908 100644
--- a/rules/hexedit.make
+++ b/rules/hexedit.make
@@ -32,7 +32,7 @@ HEXEDIT_DIR = $(BUILDDIR)/$(HEXEDIT)
hexedit_get: $(STATEDIR)/hexedit.get
-$(STATEDIR)/hexedit.get: $(HEXEDIT_SOURCE)
+$(STATEDIR)/hexedit.get: $(hexedit_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(HEXEDIT))
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(HEXEDIT_SOURCE):
hexedit_extract: $(STATEDIR)/hexedit.extract
-$(STATEDIR)/hexedit.extract: $(hexedit_extract_deps)
+$(STATEDIR)/hexedit.extract: $(hexedit_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HEXEDIT_DIR))
@$(call extract, $(HEXEDIT_SOURCE))
@@ -96,7 +96,7 @@ $(STATEDIR)/hexedit.compile: $(hexedit_compile_deps_default)
hexedit_install: $(STATEDIR)/hexedit.install
-$(STATEDIR)/hexedit.install: $(STATEDIR)/hexedit.compile
+$(STATEDIR)/hexedit.install: $(hexedit_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)