summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-10-16 16:01:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-10-16 16:01:17 +0000
commitdc233aa6f83e7ae0c53bd278c43eb1aef4b803ca (patch)
treeb3f6288905e5c7e05963f9860e3c545f120cd051 /rules/host-apache2.make
parent73b6ed7906152b29e7730f2699d727e510f836bd (diff)
downloadptxdist-dc233aa6f83e7ae0c53bd278c43eb1aef4b803ca.tar.gz
ptxdist-dc233aa6f83e7ae0c53bd278c43eb1aef4b803ca.tar.xz
* changed host-* tools to use the corresponding definitions from
the origina files. See e2fsprogs for reference. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6162 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-apache2.make')
-rw-r--r--rules/host-apache2.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index fdb42e833..e403fa7f5 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -17,7 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_APACHE2) += host-apache2
#
# Paths and names
#
-HOST_APACHE2_DIR = $(HOST_BUILDDIR)/$(APACHE2)
+HOST_APACHE2 = $(APACHE2)
+HOST_APACHE2_DIR = $(HOST_BUILDDIR)/$(HOST_APACHE2)
# ----------------------------------------------------------------------------