summaryrefslogtreecommitdiffstats
path: root/rules/host-genext2fs.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 16:27:37 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 16:27:37 +0000
commit8c27c49243c3bfca2e5e470fdb7d4d43b3234129 (patch)
tree5d4543ee980ec5d1f86fa18dbe7d2c53b6e95c6d /rules/host-genext2fs.make
parent7765f3cf16fe93aebc3862ada39bce57e48f7c0a (diff)
downloadptxdist-8c27c49243c3bfca2e5e470fdb7d4d43b3234129.tar.gz
ptxdist-8c27c49243c3bfca2e5e470fdb7d4d43b3234129.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3967 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-genext2fs.make')
-rw-r--r--rules/host-genext2fs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-genext2fs.make b/rules/host-genext2fs.make
index 5da3c9459..8be083f7c 100644
--- a/rules/host-genext2fs.make
+++ b/rules/host-genext2fs.make
@@ -48,7 +48,7 @@ $(HOST_GENEXT2FS_SOURCE):
host-genext2fs_extract: $(STATEDIR)/host-genext2fs.extract
-$(STATEDIR)/host-genext2fs.extract: $(STATEDIR)/host-genext2fs.get
+$(STATEDIR)/host-genext2fs.extract: $(host-genext2fs_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_GENEXT2FS_DIR))
@$(call extract, $(HOST_GENEXT2FS_SOURCE),$(HOST_BUILDDIR))