summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:57:08 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:57:08 +0000
commit7c5e8f3ffa556c0f8522d8507753d9b6d7e1b6b3 (patch)
treeeb5264e87dec2aa5d2eb44681e47af38447dad14 /rules/host-apache2.make
parent305c5ae24f0297a58f848c6047f0cf2ddcd4b82f (diff)
downloadptxdist-7c5e8f3ffa556c0f8522d8507753d9b6d7e1b6b3.tar.gz
ptxdist-7c5e8f3ffa556c0f8522d8507753d9b6d7e1b6b3.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3961 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-apache2.make')
-rw-r--r--rules/host-apache2.make8
1 files changed, 6 insertions, 2 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 2853388f3..128d723a2 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -32,7 +32,7 @@ HOST_APACHE2_DIR = $(HOST_BUILDDIR)/$(HOST_APACHE2)
host-apache2_get: $(STATEDIR)/host-apache2.get
-$(STATEDIR)/host-apache2.get: $(HOST_APACHE2_SOURCE)
+$(STATEDIR)/host-apache2.get: $(host-apache2_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -42,7 +42,7 @@ $(STATEDIR)/host-apache2.get: $(HOST_APACHE2_SOURCE)
host-apache2_extract: $(STATEDIR)/host-apache2.extract
-$(STATEDIR)/host-apache2.extract: $(host-apache2_extract_deps)
+$(STATEDIR)/host-apache2.extract: $(host-apache2_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_APACHE2_DIR))
@$(call extract, $(HOST_APACHE2_SOURCE), $(HOST_BUILDDIR))
@@ -98,6 +98,10 @@ $(STATEDIR)/host-apache2.install: $(host-apache2_install_deps_default)
@$(call touch, $@)
# ----------------------------------------------------------------------------
+# Tagetinstall
+# ----------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------