summaryrefslogtreecommitdiffstats
path: root/rules/host-genext2fs.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-genext2fs.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-genext2fs.make')
-rw-r--r--rules/host-genext2fs.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/host-genext2fs.make b/rules/host-genext2fs.make
index 876a1d8d6..7942dcd0c 100644
--- a/rules/host-genext2fs.make
+++ b/rules/host-genext2fs.make
@@ -35,7 +35,7 @@ host-genext2fs_get: $(STATEDIR)/host-genext2fs.get
host-genext2fs_get_deps = $(HOST_GENEXT2FS_SOURCE)
-$(STATEDIR)/host-genext2fs.get: $(host-genext2fs_get_deps)
+$(STATEDIR)/host-genext2fs.get: $(host-genext2fs_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(HOST_GENEXT2FS))
@$(call touch, $@)
@@ -68,7 +68,7 @@ HOST_GENEXT2FS_ENV = $(HOSTCC_ENV)
host-genext2fs_prepare_deps = \
$(STATEDIR)/host-genext2fs.extract
-$(STATEDIR)/host-genext2fs.prepare: $(host-genext2fs_prepare_deps)
+$(STATEDIR)/host-genext2fs.prepare: $(host-genext2fs_prepare_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -80,7 +80,7 @@ host-genext2fs_compile: $(STATEDIR)/host-genext2fs.compile
host-genext2fs_compile_deps = $(STATEDIR)/host-genext2fs.prepare
-$(STATEDIR)/host-genext2fs.compile: $(host-genext2fs_compile_deps)
+$(STATEDIR)/host-genext2fs.compile: $(host-genext2fs_compile_deps_default)
@$(call targetinfo, $@)
cd $(HOST_GENEXT2FS_DIR) && make $(HOST_GENEXT2FS_ENV)
@$(call touch, $@)
@@ -93,7 +93,7 @@ host-genext2fs_install: $(STATEDIR)/host-genext2fs.install
host-genext2fs_install_deps = $(STATEDIR)/host-genext2fs.compile
-$(STATEDIR)/host-genext2fs.install: $(host-genext2fs_install_deps)
+$(STATEDIR)/host-genext2fs.install: $(host-genext2fs_install_deps_default)
@$(call targetinfo, $@)
install -d $(PTXCONF_HOST_PREFIX)/usr/bin/
install -d $(PTXCONF_HOST_PREFIX)/usr/man/man8/