summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.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-apache2.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-apache2.make')
-rw-r--r--rules/host-apache2.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index c8ce5c82f..04605f2c0 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -34,7 +34,7 @@ host-apache2_get: $(STATEDIR)/host-apache2.get
host-apache2_get_deps = $(HOST_APACHE2_SOURCE)
-$(STATEDIR)/host-apache2.get: $(host-apache2_get_deps)
+$(STATEDIR)/host-apache2.get: $(host-apache2_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -73,7 +73,7 @@ HOST_APACHE2_ENV = $(HOSTCC_ENV)
#
HOST_APACHE2_AUTOCONF = $(HOST_AUTOCONF)
-$(STATEDIR)/host-apache2.prepare: $(host-apache2_prepare_deps)
+$(STATEDIR)/host-apache2.prepare: $(host-apache2_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(HOST_APACHE2_DIR)/config.cache)
cd $(HOST_APACHE2_DIR) && \
@@ -89,7 +89,7 @@ host-apache2_compile: $(STATEDIR)/host-apache2.compile
host-apache2_compile_deps = $(STATEDIR)/host-apache2.prepare
-$(STATEDIR)/host-apache2.compile: $(host-apache2_compile_deps)
+$(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
cd $(HOST_APACHE2_DIR)/srclib/pcre && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make dftables
@@ -104,7 +104,7 @@ host-apache2_install: $(STATEDIR)/host-apache2.install
host-apache2_install_deps = $(STATEDIR)/host-apache2.compile
-$(STATEDIR)/host-apache2.install: $(host-apache2_install_deps)
+$(STATEDIR)/host-apache2.install: $(host-apache2_install_deps_default)
@$(call targetinfo, $@)
# FIXME
#@$(call install, HOST-APACHE2,,h)