summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:48:12 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 17:48:12 +0000
commitac6b2f24403305eba725d7d5364f1d183475a77a (patch)
tree857c27f82cd10b379ce9ee9412ed68a31f9b7591 /rules/host-apache2.make
parentec22d92ce4c20b2f67ce82190496be1e497aa8c8 (diff)
downloadptxdist-ac6b2f24403305eba725d7d5364f1d183475a77a.tar.gz
ptxdist-ac6b2f24403305eba725d7d5364f1d183475a77a.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3868 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-apache2.make')
-rw-r--r--rules/host-apache2.make16
1 files changed, 1 insertions, 15 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 04605f2c0..2853388f3 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -32,9 +32,7 @@ HOST_APACHE2_DIR = $(HOST_BUILDDIR)/$(HOST_APACHE2)
host-apache2_get: $(STATEDIR)/host-apache2.get
-host-apache2_get_deps = $(HOST_APACHE2_SOURCE)
-
-$(STATEDIR)/host-apache2.get: $(host-apache2_get_deps_default)
+$(STATEDIR)/host-apache2.get: $(HOST_APACHE2_SOURCE)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -44,8 +42,6 @@ $(STATEDIR)/host-apache2.get: $(host-apache2_get_deps_default)
host-apache2_extract: $(STATEDIR)/host-apache2.extract
-host-apache2_extract_deps = $(STATEDIR)/host-apache2.get
-
$(STATEDIR)/host-apache2.extract: $(host-apache2_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(HOST_APACHE2_DIR))
@@ -59,12 +55,6 @@ $(STATEDIR)/host-apache2.extract: $(host-apache2_extract_deps)
host-apache2_prepare: $(STATEDIR)/host-apache2.prepare
-#
-# dependencies
-#
-host-apache2_prepare_deps = \
- $(STATEDIR)/host-apache2.extract
-
HOST_APACHE2_PATH = PATH=$(HOST_PATH)
HOST_APACHE2_ENV = $(HOSTCC_ENV)
@@ -87,8 +77,6 @@ $(STATEDIR)/host-apache2.prepare: $(host-apache2_prepare_deps_default)
host-apache2_compile: $(STATEDIR)/host-apache2.compile
-host-apache2_compile_deps = $(STATEDIR)/host-apache2.prepare
-
$(STATEDIR)/host-apache2.compile: $(host-apache2_compile_deps_default)
@$(call targetinfo, $@)
cd $(HOST_APACHE2_DIR)/srclib/apr-util/uri && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make
@@ -102,8 +90,6 @@ $(STATEDIR)/host-apache2.compile: $(host-apache2_compile_deps_default)
host-apache2_install: $(STATEDIR)/host-apache2.install
-host-apache2_install_deps = $(STATEDIR)/host-apache2.compile
-
$(STATEDIR)/host-apache2.install: $(host-apache2_install_deps_default)
@$(call targetinfo, $@)
# FIXME